go2null / redmine_account_policy

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

Grey out change password option on change lockout #9

Closed farkwun closed 8 years ago

farkwun commented 8 years ago

Hooked into contextual buttons in my/account view to replace Change Password button when it disappears (created a content_tag that is only visible if a user is NOT allowed to change their password)

Added title text to content_tag so an explanation is provided on mouse hover to the user

Added necessary dependency files (hooks.rb) and lines (in init.rb), as well as a few extra labels in en.yml

Issue #8

farkwun commented 8 years ago

Captured by #19