##// 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 434 return false
435 435 end
436 436
437 if path.match(%r{/(login|account/register)})
437 if path.match(%r{/(login|account/register|account/lost_password)})
438 438 return false
439 439 end
440 440
General Comments 0
You need to be logged in to leave comments. Login now