diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/account_controller.rb | 2 | ||||
-rw-r--r-- | app/controllers/my_controller.rb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index 5e615d17f..2edc68729 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -36,6 +36,7 @@ class AccountController < ApplicationController redirect_back_or_default home_url, :referer => true end end + no_store rescue AuthSourceException => e logger.error "An error occurred when authenticating #{params[:username]}: #{e.message}" render_error :message => e.message @@ -95,6 +96,7 @@ class AccountController < ApplicationController end end end + no_store render :template => "account/password_recovery" return else diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 01fe3995c..35483c8ef 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -115,6 +115,7 @@ class MyController < ApplicationController end end end + no_store end # Create a new feeds key |