mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 13:00:25 +01:00
Add the ability to expire passwords after a configurable number of days (#19458).
Patch by Holger Just and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14264 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -36,6 +36,10 @@ unsubscribe:
|
||||
password_min_length:
|
||||
format: int
|
||||
default: 8
|
||||
# Maximum password age in days
|
||||
password_max_age:
|
||||
format: int
|
||||
default: 0
|
||||
# Maximum number of additional email addresses per user
|
||||
max_additional_emails:
|
||||
format: int
|
||||
|
||||
Reference in New Issue
Block a user