Reduce minimum password length
This commit is contained in:
parent
ae253f8e81
commit
ed3fd72ebb
|
@ -42,7 +42,7 @@ MY_USERNAME=$USER
|
|||
FRIENDS_SERVERS_LIST=/home/$MY_USERNAME/backup.list
|
||||
|
||||
# Minimum password length in characters
|
||||
MINIMUM_PASSWORD_LENGTH=10
|
||||
MINIMUM_PASSWORD_LENGTH=8
|
||||
|
||||
# How many remote locations were specified
|
||||
entering_remote_backups_ctr=0
|
||||
|
|
Loading…
Reference in New Issue