Bug #24219
openDisplay user detail using information from database
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
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Bug #24184: User management roles and permissions are intermingled in the UI added
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Architecture #24146: Backport user table to Rudder 7.3 added
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 9 months ago · Edited
Updated by Clark ANDRIANASOLO 9 months ago
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Bug #18565: The password should not be required for LDAP users added
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/668
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Bug #24281: Modify and show user information from database added
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Bug #24282: Display user roles on hover of user profile added
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|b8cd1a9e225b694e0b57307fa494f904c5ab43cd.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|6afa6e21df095e9a41c3bed710af93916f14b681.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|6afa6e21df095e9a41c3bed710af93916f14b681.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|f8ca7e74f1877f489d36dec97347eda91e4aa928.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|f8ca7e74f1877f489d36dec97347eda91e4aa928.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|a6c8069c738c362c564b6d9feae564ff7d26e8a5.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|a6c8069c738c362c564b6d9feae564ff7d26e8a5.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|fcbf626acf252aa80524d56f68675eccd3d270b3.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|fcbf626acf252aa80524d56f68675eccd3d270b3.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|66272120902471acdac67f1410d5221694b1257b.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder:rudder-plugins|66272120902471acdac67f1410d5221694b1257b.
Updated by François ARMAND 9 months ago
Applied in changeset rudder:rudder-plugins|8f6ae6d5aeb533d369a5fe8c464f79c9e05be767.
Updated by François ARMAND 8 months ago
- Fix check changed from To do to Checked
Updated by Clark ANDRIANASOLO 4 months ago
- Related to Bug #25291: API documentation for user management has no user info and providers fields added