Index: app/controllers/account_controller.rb =================================================================== --- app/controllers/account_controller.rb (revision 14155) +++ app/controllers/account_controller.rb (working copy) @@ -39,7 +39,7 @@ else authenticate_user end - rescue AuthSourceException => e + rescue Exception => e logger.error "An error occured when authenticating #{params[:username]}: #{e.message}" render_error :message => e.message end