MantisBT: master fc8ccc9c

Author Committer Branch Timestamp Parent
dregad dregad master 2020-10-10 11:29 master 2524a42d
Affected Issues  0036841: Use "shield" icon instead of padlock to identify protected accounts
Changeset

Change icons used in Manage User Page

The $t_lock_image variable used to display the padlock icon to identify
protected accounts includes a 'Protected' pop-up, so reusing it for
locked account is not possible.

This commit changes the icon used for protected accounts to a shield
(fa-shield), and defines a new variable for protected accounts with
the padlock (fa-lock) and a specific pop-up.

Fixes 0036841

mod - manage_user_page.php Diff File