Sfoglia il codice sorgente

Reduce minimum password length

Bob Mottram 9 anni fa
parent
commit
ed3fd72ebb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-remote

+ 1
- 1
src/freedombone-remote Vedi File

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