Merge pull request #3947 from alphagov/allow-ccs

Allow other users to use security keys
This commit is contained in:
Ben Thorner
2021-07-08 11:53:03 +01:00
committed by GitHub
13 changed files with 107 additions and 90 deletions

View File

@@ -31,6 +31,7 @@ class User(JSONModel, UserMixin):
MAX_FAILED_LOGIN_COUNT = 10
ALLOWED_PROPERTIES = {
'can_use_webauthn',
'id',
'name',
'email_address',