You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is something wrong after I upgraded my Redmine version.
I re-installed all plugins from the old version, however, some users can't log in due to error below:
Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.4ms)
NoMethodError (undefined method `authenticate' for nil:NilClass):
app/models/user.rb:332:in `check_password?'
app/models/user.rb:232:in `try_to_login'
plugins/redmine_2fa/lib/redmine_two_fa/patches/account_controller_patch/second_authentication_prepare.rb:8:in `password_authentication'
app/controllers/account_controller.rb:213:in `authenticate_user'
app/controllers/account_controller.rb:40:in `login'
lib/redmine/sudo_mode.rb:65:in `sudo_mode'
Could you please help to fix this problem, because it looks like the plugin redmine_2fa have some role in this problem.
The text was updated successfully, but these errors were encountered:
Hello.
There is something wrong after I upgraded my Redmine version.
I re-installed all plugins from the old version, however, some users can't log in due to error below:
Could you please help to fix this problem, because it looks like the plugin redmine_2fa have some role in this problem.
The text was updated successfully, but these errors were encountered: