go2null / redmine_account_policy

Password Expiry and other enhancements
GNU General Public License v3.0
3 stars 13 forks source link

Added daily reminder emails to be sent as password expiration nears #15

Closed farkwun closed 8 years ago

farkwun commented 8 years ago

Current functionality really only works with Redmine 3.x, as existing code uses Setting.password_max_age, a hash key that doesn't exist in 2.x.

Compatibility attempted with some lines, but account policy as it stands likely will not work if code remains the same. Regardless, mail templates and functions created and tied into daily tasks run per day.

Also made some changes to settings page, ensure all text boxes are number boxes (excepting the password complexity box, as that should be a dropdown, not a number field at all)

farkwun commented 8 years ago

1

farkwun commented 8 years ago

Captured by #19