浏览代码

Reduce minimum password length

Bob Mottram 9 年前
父节点
当前提交
ed3fd72ebb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-remote

+ 1
- 1
src/freedombone-remote 查看文件

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