##// END OF EJS Templates
Set the default minimum password length to 8....
Jean-Philippe Lang -
r10657:bf5b6014f7e9
parent child
Show More
@@ -35,7 +35,7 unsubscribe:
35 default: 1
35 default: 1
36 password_min_length:
36 password_min_length:
37 format: int
37 format: int
38 default: 4
38 default: 8
39 # Maximum lifetime of user sessions in minutes
39 # Maximum lifetime of user sessions in minutes
40 session_lifetime:
40 session_lifetime:
41 format: int
41 format: int
General Comments 0
You need to be logged in to leave comments. Login now