Commit Graph

9 Commits

Author SHA1 Message Date
Richard Cox 4f8cec29d6 Add copy button to user in user detail top 2021-03-29 13:24:29 +01:00
Richard Cox 32c55446cb Ensure current user cannot deactivate or delete themselves
- the api does not allow the signed in user to deactivate/delete themselves
- ensure that we don't show these options by checking user isn't the signed in one
- ideally this should be done via the api by removing the 'remove' link for the signed in user
2021-03-18 18:14:12 +00:00
Richard Cox cadc872344
Merge pull request #2517 from richard-cox/fix-users
Fix User type and Settings Product when user is non-admin in non-local cluster
2021-03-18 12:15:04 +00:00
Richard Cox f82dbf049f Change following review 2021-03-12 16:15:51 +00:00
Richard Cox 51e2115d70 Fix users list deactivate when in non-local cluster and non-admin 2021-03-11 15:24:58 +00:00
Richard Cox 4807dfa442 Request confirmation of a random resource when deleting multiple resources
- when deleting multiple resources, and confirm enabled, prompt for a random resource name for confirmation
- random resource name will always be visible, for the case where there are more than 5 to delete
- Improved process to declare which resource requires confirmation
- i10n'd some text
2021-03-09 17:14:33 +00:00
Richard Cox 7d355462df User - List (actions), Create, Clone, Edit, Details
- Update Users list with actions
- Add User create/edit page
- Add User details page
- Brought over user/principal global role validation from ember world
2021-02-24 11:07:02 +00:00
Vincent Fiduccia 5304375640
Github auth config, pluggable login component 2020-12-22 14:43:26 -07:00
Vincent Fiduccia 5d4768b638
User table, filter system users in rbac list 2020-12-07 18:53:01 -07:00