mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Added autologin feature (disabled by default).
To enable this feature, go to administration settings and choose a duration for autologin. When enabled, a checkbox on the login form lets users activate autologin. git-svn-id: http://redmine.rubyforge.org/svn/trunk@514 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -61,4 +61,8 @@ commit_fix_keywords:
|
||||
commit_fix_status_id:
|
||||
format: int
|
||||
default: 0
|
||||
|
||||
# autologin duration in days
|
||||
# 0 means autologin is disabled
|
||||
autologin:
|
||||
format: int
|
||||
default: 0
|
||||
|
||||
Reference in New Issue
Block a user