Actions
Bug #24219
openDisplay user detail using information from database
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Medium
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
We need to solve some display issues, which consist of handling users from file, or handling externally provided user by using information from the sessions table in the database :
We currently only display user from the database but only the id
(since #24146)
- show the source of the user information (file or OIDC, etc.)
- show the roles and authorizations of externally-managed users
- show the current status of the user (which has a bug that also applies to 8.1 : when we delete an user from the user-management dashboard, user status is still "active" in the database but it actually disappeared from the users xml file. We will need to fix inconsistencies between
statushistory
andstatus
value) - handle changing the user status to "disabled" or "active"
- handle changing the user password only for file-managed users
Actions