Defect #13741 ยป do_not_redirect_to_lost_password_page.diff
app/controllers/application_controller.rb | ||
---|---|---|
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 |