mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-24 08:07:14 +00:00
Don't redirect to lost password page after login (#13741).
Patch by Gregory Van der Steen. git-svn-id: http://svn.redmine.org/redmine/trunk@16151 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3c005719ae
commit
6a1865905f
@ -434,7 +434,7 @@ class ApplicationController < ActionController::Base
|
||||
return false
|
||||
end
|
||||
|
||||
if path.match(%r{/(login|account/register)})
|
||||
if path.match(%r{/(login|account/register|account/lost_password)})
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user