Force bcrypt htpassword / format docker script

This commit is contained in:
jo 2019-11-07 17:45:50 +01:00
parent 3b304faef6
commit c80485eac5
3 changed files with 16 additions and 16 deletions

View file

@ -7,4 +7,4 @@ if [ -z "$1" ]; then
exit 1
fi
htpasswd -s $PASSWORD_FILE $1 $2
htpasswd -B $PASSWORD_FILE $1 $2