##// END OF EJS Templates
Don't redirect to lost password page after login (#13741)....
Jean-Philippe Lang -
r15769:6a1865905f38
parent child
Show More
@@ -434,7 +434,7 class ApplicationController < ActionController::Base
434 return false
434 return false
435 end
435 end
436
436
437 if path.match(%r{/(login|account/register)})
437 if path.match(%r{/(login|account/register|account/lost_password)})
438 return false
438 return false
439 end
439 end
440
440
General Comments 0
You need to be logged in to leave comments. Login now