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