This commit is contained in:
Shihaam Abdul Rahman 2021-05-08 19:17:05 +05:00
parent 9dfb397391
commit fad3a80d5b

View File

@ -82,5 +82,8 @@ if [ "$PASSCHANGED" != "true" ]
echo "${red}Failed to change password${reset}"
else
echo "${lightgreen}Password changed succesfully ${reset}"
OLD_PASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 5)
NEW_PASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 5)
REPEAT_NEWPASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 5)
source settings-menu.sh
fi