Reduce minimum password length

This commit is contained in:
Bob Mottram 2015-12-22 20:35:38 +00:00
parent ae253f8e81
commit ed3fd72ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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