Ticket #5196 (closed Bug: fixed)
None of the user administration forms should use e-mail addresses when identifying users
| Reported by: | limi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1.3 |
| Component: | Users/Groups | Keywords: | |
| Cc: |
Description
Currently found in the following forms:
- folder_localrole_form
- prefs_users_overview
These forms seem to be accessible to logged-in users, and expose the email addresses of the users you search for. They should hide the mail address where it is not relevant (localrole form) and protect it with a permission if this isn't done already in the user management.
Change History
Note: See
TracTickets for help on using
tickets.

(In [9043]) The Sharing page was showing mail addresses to easier be able to discern between users with similar user names; now it uses full name instead. This closes #5196