Bug #5696
closedMigration of Admin users from 1.4 -> 1.5 results in "Role Name_username" roles that cannot be removed and cleaned up.
Description
Initially produced by exporting prod Foreman 1.4.2 DB into vagrant instance for upgrade testing. After upgrading vagrant instance to 1.5, users marked as Admin had migration roles created but no "Roles" tab under their username to clean up the old roles. Migration may need to skip users marked as "Admin" or, before migration, remove Admin role from users (other than the Foreman default user admin).
Updated by Dominic Cleal over 10 years ago
- Blocks Tracker #4552: New permissions/authorization system issues added
Updated by Derek Wright over 10 years ago
Also another note, when setting Admin on an individual user after the Upgrade to 1.5, their roles tab is no longer available. There is no way (that I can see in the UI) to remove admin privs from that user afterwards.
Updated by Marek Hulán over 10 years ago
- Category changed from DB migrations to Users, Roles and Permissions
- Status changed from New to Assigned
- Assignee set to Marek Hulán
- Target version set to 1.8.3
The problem is that we don't display form in case when we try to edit another admin user or we try to edit our own profile. Which is definitely a bug because there is no way to modify admin's permissions/orgs/locs. It's not related to new permissions, this was added in https://github.com/theforeman/foreman/pull/1191 not sure why yet. Is the correct behaviour to display it to anybody with :edit_users permission on a particular user maybe even if I'm editing myself?
Updated by Marek Hulán over 10 years ago
- Status changed from Assigned to Ready For Testing
If this is the case, here's PR https://github.com/theforeman/foreman/pull/1447
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.3 to 1.8.2
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 16
Updated by Marek Hulán over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 78ccb98504de455dcfa113df52f54f890a511ec4.
Updated by Dominic Cleal over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1105570
Updated by Dominic Cleal over 10 years ago
- Has duplicate Bug #5695: Administrator checkbox is not visible when editing a user added
Updated by Dominic Cleal over 10 years ago
- Has duplicate Bug #6259: Administrator user privileges cannot be demoted added