mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Allow platform admins to change user auth in the UI
So we do not have to go into the db when we need to change user auth. We do not allow this for users who use webauthn. We do not want to enable security downgrade for those users.
This commit is contained in:
committed by
Leo Hemsted
parent
8da8b167c9
commit
08f0393553
@@ -79,6 +79,7 @@ class HeaderNavigation(Navigation):
|
||||
},
|
||||
'platform-admin': {
|
||||
'archive_user',
|
||||
'change_user_auth',
|
||||
'clear_cache',
|
||||
'create_email_branding',
|
||||
'create_letter_branding',
|
||||
|
||||
Reference in New Issue
Block a user