Parcourir la source

Reduce minimum password length

Bob Mottram il y a 9 ans
Parent
révision
ed3fd72ebb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-remote

+ 1
- 1
src/freedombone-remote Voir le fichier

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