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

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 }}",