##// END OF EJS Templates
Log successful authentications....
Jean-Philippe Lang -
r9983:b6be9bff35fc
parent child
Show More
@@ -210,6 +210,7 class AccountController < ApplicationController
210 210 end
211 211
212 212 def successful_authentication(user)
213 logger.info "Successful authentication for '#{user.login}' from #{request.remote_ip} at #{Time.now.utc}"
213 214 # Valid user
214 215 self.logged_user = user
215 216 # generate a key and set cookie if autologin
General Comments 0
You need to be logged in to leave comments. Login now