southbridgeio / redmine_2fa

Two-factor (sms/telegram) authentication for Redmine
https://southbridge.io
MIT License
42 stars 17 forks source link

Fixed conflict with redmineup/a_common_lib #86

Closed ekho closed 4 years ago

ekho commented 4 years ago

Fixed infinite loop when installed redmine_2fa and redmineup a_common_lib

...
/usr/src/redmine/plugins/a_common_libs/lib/acl/patches/controllers/application_controller_patch.rb:39:in `find_current_user_with_acl'
/usr/src/redmine/plugins/redmine_2fa/lib/redmine_two_fa/patches/application_controller_patch.rb:3:in `find_current_user'
/usr/src/redmine/plugins/a_common_libs/lib/acl/patches/controllers/application_controller_patch.rb:39:in `find_current_user_with_acl'
/usr/src/redmine/plugins/redmine_2fa/lib/redmine_two_fa/patches/application_controller_patch.rb:3:in `find_current_user'
...