]> source.dussan.org Git - sonarqube.git/commitdiff
Do not display the message "Logged in"
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Feb 2012 22:55:03 +0000 (23:55 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Feb 2012 22:55:03 +0000 (23:55 +0100)
sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb

index 81701fbc608b801eda6872aa9fc74e0aa37e3f31..9edb145c3c0689b4c0104fb6f2870cec4944bf3d 100644 (file)
@@ -33,7 +33,6 @@ class SessionsController < ApplicationController
         self.current_user.remember_me
         cookies[:auth_token] = { :value => self.current_user.remember_token , :expires => self.current_user.remember_token_expires_at }
       end
-      flash[:notice] = message('session.flash_notice.logged_in')
       redirect_back_or_default(home_url)
     else
       flash.now[:loginerror] = message('session.flash_notice.authentication_failed')