twinslash / redmine_omniauth_google

This plugin is used to authenticate in redmine through Google.
http://www.redmine.org/plugins/redmine_omniauth_google
95 stars 103 forks source link

Does not register "Last Connection" #31

Open ocaisa opened 8 years ago

ocaisa commented 8 years ago

You can fix this with

user.update_column(:last_login_on, Time.now)

at https://github.com/twinslash/redmine_omniauth_google/blob/master/app/controllers/redmine_oauth_controller.rb#L72

ricekab commented 3 years ago

I can confirm this fixed the issue for us (using Redmine 4.1.1)