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 }}",
|
||||
|
||||
@@ -1580,7 +1580,8 @@
|
||||
"pl": "Польский",
|
||||
"vi": "Вьетнамский",
|
||||
"zh_Hans": "Китайский (Упрощенный)",
|
||||
"es": "Испанский"
|
||||
"es": "Испанский",
|
||||
"ru": "Русский"
|
||||
},
|
||||
"setupAccount": {
|
||||
"username": "Имя пользователя",
|
||||
|
||||
Reference in New Issue
Block a user