View Issue Details

IDProjectCategoryView StatusLast Update
0036841mantisbtadministrationpublic2026-01-30 08:34
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version2.29.0Fixed in Version2.29.0 
Summary0036841: Use "shield" icon instead of padlock to identify protected accounts
Description

Padlock is more appropriate for locked accounts (see 0036840).

The shield conveys a good meaning of protection.

TagsNo tags attached.

Relationships

related to 0036840 resolveddregad Clearly identify locked accounts 

Activities

Related Changesets

MantisBT: master fc8ccc9c

2020-10-10 11:29

dregad


Details Diff
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
Affected Issues
0036841
mod - manage_user_page.php Diff File