mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Better replacing yescrypt to sha512
This commit is contained in:
parent
e843f1e701
commit
f66403eb9f
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ fi
|
|||
|
||||
if [ "$release" -eq 11 ]; then
|
||||
# Switching to sha512
|
||||
sed -i "s/obscure yescrypt/obscure sha512/g" /etc/pam.d/common-password
|
||||
sed -i "s/yescrypt/sha512/g" /etc/pam.d/common-password
|
||||
fi
|
||||
|
||||
# Deleting old admin user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue