mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:04:09 +00:00
tests, session using timestamp
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
"title": "Invite User",
|
||||
"description": "Provide the email address and the name of the user you want to invite.",
|
||||
"info": "The user will receive an email with further instructions.",
|
||||
"notAllowed": "Your settings do not allow you to invite users.",
|
||||
"submit": "Continue",
|
||||
"success": {
|
||||
"title": "User invited",
|
||||
@@ -153,11 +154,17 @@
|
||||
"description": "You are signed in."
|
||||
},
|
||||
"verify": {
|
||||
"title": "Verify user",
|
||||
"description": "Enter the Code provided in the verification email.",
|
||||
"userIdMissing": "No userId provided!",
|
||||
"resendCode": "Resend code",
|
||||
"submit": "Continue"
|
||||
"verify": {
|
||||
"title": "Verify user",
|
||||
"description": "Enter the Code provided in the verification email.",
|
||||
"resendCode": "Resend code",
|
||||
"submit": "Continue"
|
||||
},
|
||||
"setup": {
|
||||
"title": "Choose authentication method",
|
||||
"description": "Select the method you would like to authenticate"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.",
|
||||
|
||||
Reference in New Issue
Block a user