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
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