mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Force bcrypt htpassword / format docker script
This commit is contained in:
parent
3b304faef6
commit
c80485eac5
3 changed files with 16 additions and 16 deletions
|
@ -7,4 +7,4 @@ if [ -z "$1" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
htpasswd -s $PASSWORD_FILE $1 $2
|
||||
htpasswd -B $PASSWORD_FILE $1 $2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue