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:
Pea Tyczynska
2022-02-23 19:57:27 +00:00
committed by Leo Hemsted
parent 8da8b167c9
commit 08f0393553
7 changed files with 175 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ class HeaderNavigation(Navigation):
},
'platform-admin': {
'archive_user',
'change_user_auth',
'clear_cache',
'create_email_branding',
'create_letter_branding',