Allow to specify fallbackEmail during user creation

This commit is contained in:
Johannes Zellner
2021-10-26 23:39:15 +02:00
parent 789438690d
commit d952b4485d
5 changed files with 22 additions and 4 deletions
+3 -1
View File
@@ -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 }}",
+2 -1
View File
@@ -1580,7 +1580,8 @@
"pl": "Польский",
"vi": "Вьетнамский",
"zh_Hans": "Китайский (Упрощенный)",
"es": "Испанский"
"es": "Испанский",
"ru": "Русский"
},
"setupAccount": {
"username": "Имя пользователя",