alphanodes / redmine_privacy_terms

Redmine plugin to add privacy cookie information and terms for users to Redmine
https://www.redmine.org/plugins/redmine_privacy_terms
GNU General Public License v2.0
20 stars 2 forks source link

Conflict with forced password update #4

Closed 3e-maciej closed 3 years ago

3e-maciej commented 3 years ago

When user did not accept terms and administrator forces password change upon next login or there is automatic password change every X days enabled - browser enters infinite redirects loop between terms page and "my_password_path".

You should consider adding "my_password_path" to allowed paths in application_controller_patch.rb.

alexandermeindl commented 3 years ago

Hi @3e-maciej

somehow I missed this issue. Thanks for pointing this out! I added my_password_path to allowed paths with my last commit.