Browse Source

Reduce minimum password length

Bob Mottram 9 years ago
parent
commit
ed3fd72ebb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-remote

+ 1
- 1
src/freedombone-remote View File

42
 FRIENDS_SERVERS_LIST=/home/$MY_USERNAME/backup.list
42
 FRIENDS_SERVERS_LIST=/home/$MY_USERNAME/backup.list
43
 
43
 
44
 # Minimum password length in characters
44
 # Minimum password length in characters
45
-MINIMUM_PASSWORD_LENGTH=10
45
+MINIMUM_PASSWORD_LENGTH=8
46
 
46
 
47
 # How many remote locations were specified
47
 # How many remote locations were specified
48
 entering_remote_backups_ctr=0
48
 entering_remote_backups_ctr=0