1
0
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:
Jean-Philippe Lang 2017-01-07 10:49:31 +00:00
parent 3c005719ae
commit 6a1865905f

View File

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