Allow to specify fallbackEmail during user creation
This commit is contained in:
@@ -243,7 +243,9 @@
|
||||
"primaryEmail": "Primary email",
|
||||
"recoveryEmail": "Password recovery email",
|
||||
"errorDisplayNameRequired": "Name is required",
|
||||
"activeCheckbox": "User is active"
|
||||
"activeCheckbox": "User is active",
|
||||
"displayNamePlaceholder": "Optional. If not provided, user can pick during sign up",
|
||||
"fallbackEmailPlaceholder": "Optional. If not specified, primary email will be used"
|
||||
},
|
||||
"deleteUserDialog": {
|
||||
"title": "Delete user {{ username }}",
|
||||
|
||||
Reference in New Issue
Block a user