mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
feat: invite user link (#8578)
# Which Problems Are Solved As an administrator I want to be able to invite users to my application with the API V2, some user data I will already prefil, the user should add the authentication method themself (password, passkey, sso). # How the Problems Are Solved - A user can now be created with a email explicitly set to false. - If a user has no verified email and no authentication method, an `InviteCode` can be created through the User V2 API. - the code can be returned or sent through email - additionally `URLTemplate` and an `ApplicatioName` can provided for the email - The code can be resent and verified through the User V2 API - The V1 login allows users to verify and resend the code and set a password (analog user initialization) - The message text for the user invitation can be customized # Additional Changes - `verifyUserPasskeyCode` directly uses `crypto.VerifyCode` (instead of `verifyEncryptedCode`) - `verifyEncryptedCode` is removed (unnecessarily queried for the code generator) # Additional Context - closes #8310 - TODO: login V2 will have to implement invite flow: https://github.com/zitadel/typescript/issues/166
This commit is contained in:
@@ -69,3 +69,10 @@ PasswordChange:
|
||||
Паролата на вашия потребител е променена, ако тази промяна не е направена от
|
||||
вас, моля, незабавно нулирайте паролата си.
|
||||
ButtonText: Влизам
|
||||
InviteUser:
|
||||
Title: Покана за {{.ApplicationName}}
|
||||
PreHeader: Покана за {{.ApplicationName}}
|
||||
Subject: Покана за {{.ApplicationName}}
|
||||
Greeting: 'Здравейте {{.DisplayName}},'
|
||||
Text: Вашият потребител е бил поканен за {{.ApplicationName}}. Моля, кликнете върху бутона по-долу, за да завършите процеса на покана. Ако не сте поискали този имейл, моля, игнорирайте го.
|
||||
ButtonText: Приеми поканата
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Dobrý den, {{.DisplayName}},
|
||||
Text: Heslo vašeho uživatele bylo změněno. Pokud tato změna nebyla provedena Vámi pak doporučujeme okamžitě resetovat/změnit vaše heslo.
|
||||
ButtonText: Přihlásit se
|
||||
InviteUser:
|
||||
Title: Pozvánka do {{.ApplicationName}}
|
||||
PreHeader: Pozvánka do {{.ApplicationName}}
|
||||
Subject: Pozvánka do {{.ApplicationName}}
|
||||
Greeting: Dobrý den, {{.DisplayName}},
|
||||
Text: Váš uživatel byl pozván do {{.ApplicationName}}. Klikněte prosím na tlačítko níže, abyste dokončili proces pozvání. Pokud jste o tento e-mail nepožádali, prosím, ignorujte ho.
|
||||
ButtonText: Přijmout pozvání
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Hallo {{.DisplayName}},
|
||||
Text: Dein Passwort wurde geändert. Wenn diese Änderung nicht von dir gemacht wurde, empfehlen wir das sofortige Zurücksetzen deines Passworts.
|
||||
ButtonText: Login
|
||||
InviteUser:
|
||||
Title: Einladung zu {{.ApplicationName}}
|
||||
PreHeader: Einladung zu {{.ApplicationName}}
|
||||
Subject: Einladung zu {{.ApplicationName}}
|
||||
Greeting: Hallo {{.DisplayName}},
|
||||
Text: Ihr Benutzer wurde zu {{.ApplicationName}} eingeladen. Bitte klicken Sie auf die Schaltfläche unten, um den Einladungsprozess abzuschließen. Wenn Sie diese E-Mail nicht angefordert haben, ignorieren Sie sie bitte.
|
||||
ButtonText: Einladung annehmen
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Hello {{.DisplayName}},
|
||||
Text: The password of your user has changed. If this change was not done by you, please be advised to immediately reset your password.
|
||||
ButtonText: Login
|
||||
InviteUser:
|
||||
Title: Invitation to {{.ApplicationName}}
|
||||
PreHeader: Invitation to {{.ApplicationName}}
|
||||
Subject: Invitation to {{.ApplicationName}}
|
||||
Greeting: Hello {{.DisplayName}},
|
||||
Text: Your user has been invited to {{.ApplicationName}}. Please click the button below to finish the invite process. If you didn't ask for this mail, please ignore it.
|
||||
ButtonText: Accept invite
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Hola {{.DisplayName}},
|
||||
Text: La contraseña de tu usuario ha sido cambiada, si este cambio no fue hecho por ti, por favor proceder a restablecer inmediatamente tu contraseña.
|
||||
ButtonText: Iniciar sesión
|
||||
InviteUser:
|
||||
Title: Invitación a {{.ApplicationName}}
|
||||
PreHeader: Invitación a {{.ApplicationName}}
|
||||
Subject: Invitación a {{.ApplicationName}}
|
||||
Greeting: Hola {{.DisplayName}},
|
||||
Text: Tu usuario ha sido invitado a {{.ApplicationName}}. Haz clic en el botón de abajo para finalizar el proceso de invitación. Si no solicitaste este correo electrónico, por favor ignóralo.
|
||||
ButtonText: Aceptar invitación
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Bonjour {{.DisplayName}},
|
||||
Text: Le mot de passe de votre utilisateur a changé, si ce changement n'a pas été fait par vous, nous vous conseillons de réinitialiser immédiatement votre mot de passe.
|
||||
ButtonText: Login
|
||||
InviteUser:
|
||||
Title: Invitation à {{.ApplicationName}}
|
||||
PreHeader: Invitation à {{.ApplicationName}}
|
||||
Subject: Invitation à {{.ApplicationName}}
|
||||
Greeting: Bonjour {{.DisplayName}},
|
||||
Text: Votre utilisateur a été invité à {{.ApplicationName}}. Veuillez cliquer sur le bouton ci-dessous pour terminer le processus d'invitation. Si vous n'avez pas demandé cet e-mail, veuillez l'ignorer.
|
||||
ButtonText: Accepter l'invitation
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: 'Halo {{.DisplayName}},'
|
||||
Text: 'Kata sandi pengguna Anda telah berubah. '
|
||||
ButtonText: Login
|
||||
InviteUser:
|
||||
Title: Undangan ke {{.ApplicationName}}
|
||||
PreHeader: Undangan ke {{.ApplicationName}}
|
||||
Subject: Undangan ke {{.ApplicationName}}
|
||||
Greeting: 'Halo {{.DisplayName}},'
|
||||
Text: Pengguna Anda telah diundang ke {{.ApplicationName}}. Silakan klik tombol di bawah ini untuk menyelesaikan proses undangan. Jika Anda tidak meminta email ini, harap abaikan.
|
||||
ButtonText: Terima undangan
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Ciao {{.DisplayName}},
|
||||
Text: La password del vostro utente è cambiata; se questa modifica non è stata fatta da voi, vi consigliamo di reimpostare immediatamente la vostra password.
|
||||
ButtonText: Login
|
||||
InviteUser:
|
||||
Title: Invito a {{.ApplicationName}}
|
||||
PreHeader: Invito a {{.ApplicationName}}
|
||||
Subject: Invito a {{.ApplicationName}}
|
||||
Greeting: 'Ciao {{.DisplayName}},'
|
||||
Text: Il tuo utente è stato invitato a {{.ApplicationName}}. Clicca sul pulsante qui sotto per completare il processo di invito. Se non hai richiesto questa email, ignorala.
|
||||
ButtonText: Accetta invito
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: こんにちは {{.DisplayName}} さん、
|
||||
Text: ユーザーのパスワードが変更されました。この変更があなたによって行われなかった場合は、すぐにパスワードをリセットすることをお勧めします。
|
||||
ButtonText: ログイン
|
||||
InviteUser:
|
||||
Title: '{{.ApplicationName}}への招待'
|
||||
PreHeader: '{{.ApplicationName}}への招待'
|
||||
Subject: '{{.ApplicationName}}への招待'
|
||||
Greeting: こんにちは {{.DisplayName}} さん、
|
||||
Text: あなたのユーザーは{{.ApplicationName}}に招待されました。下のボタンをクリックして、招待プロセスを完了してください。このメールをリクエストしていない場合は、無視してください。
|
||||
ButtonText: 招待を受け入れる
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Здраво {{.DisplayName}},
|
||||
Text: Лозинката на вашиот корисник е променета. Ако оваа промена не е извршена од вас, ве молиме веднаш ресетирајте ја вашата лозинка.
|
||||
ButtonText: Најава
|
||||
InviteUser:
|
||||
Title: Покана за {{.ApplicationName}}
|
||||
PreHeader: Покана за {{.ApplicationName}}
|
||||
Subject: Покана за {{.ApplicationName}}
|
||||
Greeting: Здраво {{.DisplayName}},
|
||||
Text: Вашиот корисник е бил поканет за {{.ApplicationName}}. Ве молиме кликнете на копчето подолу за да го завршите процесот на покана. Ако не сте побарале овој мејл, ве молиме игнорирајте го.
|
||||
ButtonText: Прифати покана
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Hallo {{.DisplayName}},
|
||||
Text: Het wachtwoord van uw gebruiker is veranderd. Als deze wijziging niet door u is gedaan, wordt u geadviseerd om direct uw wachtwoord te resetten.
|
||||
ButtonText: Inloggen
|
||||
InviteUser:
|
||||
Title: Uitnodiging voor {{.ApplicationName}}
|
||||
PreHeader: Uitnodiging voor {{.ApplicationName}}
|
||||
Subject: Uitnodiging voor {{.ApplicationName}}
|
||||
Greeting: Hallo {{.DisplayName}},
|
||||
Text: Uw gebruiker is uitgenodigd voor {{.ApplicationName}}. Klik op de onderstaande knop om het uitnodigingsproces te voltooien. Als u deze e-mail niet hebt aangevraagd, negeer deze dan.
|
||||
ButtonText: Uitnodiging accepteren
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Witaj {{.DisplayName}},
|
||||
Text: Hasło Twojego użytkownika zostało zmienione, jeśli ta zmiana nie została dokonana przez Ciebie, zalecamy natychmiastowe zresetowanie hasła.
|
||||
ButtonText: Zaloguj się
|
||||
InviteUser:
|
||||
Title: Zaproszenie do {{.ApplicationName}}
|
||||
PreHeader: Zaproszenie do {{.ApplicationName}}
|
||||
Subject: Zaproszenie do {{.ApplicationName}}
|
||||
Greeting: Witaj {{.DisplayName}},
|
||||
Text: Twój użytkownik został zaproszony do {{.ApplicationName}}. Kliknij poniższy przycisk, aby zakończyć proces zaproszenia. Jeśli nie zażądałeś tego e-maila, zignoruj go.
|
||||
ButtonText: Akceptuj zaproszenie
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Olá {{.DisplayName}},
|
||||
Text: A senha do seu usuário foi alterada. Se esta alteração não foi feita por você, recomendamos que você redefina sua senha imediatamente.
|
||||
ButtonText: Fazer login
|
||||
InviteUser:
|
||||
Title: Convite para {{.ApplicationName}}
|
||||
PreHeader: Convite para {{.ApplicationName}}
|
||||
Subject: Convite para {{.ApplicationName}}
|
||||
Greeting: Olá {{.DisplayName}},
|
||||
Text: Seu usuário foi convidado para {{.ApplicationName}}. Clique no botão abaixo para concluir o processo de convite. Se você não solicitou este e-mail, por favor, ignore-o.
|
||||
ButtonText: Aceitar convite
|
@@ -2,28 +2,28 @@ InitCode:
|
||||
Title: Регистрация пользователя
|
||||
PreHeader: Регистрация пользователя
|
||||
Subject: Регистрация пользователя
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Используйте логин {{.PreferredLoginName}} для входа. Пожалуйста, нажмите кнопку ниже для завершения процесса регистрации. (Код {{.Code}}) Если вы не запрашивали это письмо, пожалуйста, проигнорируйте его.
|
||||
ButtonText: Завершить регистрацию
|
||||
PasswordReset:
|
||||
Title: Сброс пароля
|
||||
PreHeader: Сброс пароля
|
||||
Subject: Сброс пароля
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Мы получили запрос на сброс пароля. Пожалуйста, нажмите кнопку ниже для сброса вашего пароля. (Код {{.Code}}) Если вы не запрашивали это письмо, пожалуйста, проигнорируйте его.
|
||||
ButtonText: Сбросить пароль
|
||||
VerifyEmail:
|
||||
Title: Подтверждение email
|
||||
PreHeader: Подтверждение email
|
||||
Subject: Подтверждение email
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Добавлен новый email. Пожалуйста, нажмите кнопку ниже для подтверждения вашего email. (Код {{.Code}}) Если вы не запрашивали это письмо, пожалуйста, проигнорируйте его.
|
||||
ButtonText: Подтвердить email
|
||||
VerifyPhone:
|
||||
Title: Подтверждение телефона
|
||||
PreHeader: Подтверждение телефона
|
||||
Subject: Подтверждение телефона
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Добавлен новый номер телефона. Пожалуйста, используйте следующий код, чтобы подтвердить его. Код {{.Code}}
|
||||
ButtonText: Подтвердить телефон
|
||||
VerifyEmailOTP:
|
||||
@@ -42,20 +42,27 @@ DomainClaimed:
|
||||
Title: Утверждение домена
|
||||
PreHeader: Изменение email / логина
|
||||
Subject: Домен был утвержден
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Домен {{.Domain}} был утвержден организацией. Ваш текущий пользователь {{.Username}} не является частью этой организации. Вам необходимо изменить свой email при входе в систему. Мы создали временный логин ({{.TempUsername}}) для входа.
|
||||
ButtonText: Вход
|
||||
PasswordlessRegistration:
|
||||
Title: Добавление входа без пароля
|
||||
PreHeader: Добавление входа без пароля
|
||||
Subject: Добавление входа без пароля
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Мы получили запрос на добавление токена для входа без пароля. Пожалуйста, используйте кнопку ниже, чтобы добавить свой токен или устройство для входа без пароля.
|
||||
ButtonText: Добавить вход без пароля
|
||||
PasswordChange:
|
||||
Title: Смена пароля пользователя
|
||||
PreHeader: Смена пароля
|
||||
Subject: Пароль пользователя изменен
|
||||
Greeting: Здравствуйте {{.FirstName}} {{.LastName}},
|
||||
Greeting: Здравствуйте {{.DisplayName}},
|
||||
Text: Пароль пользователя был изменен. Если это изменение сделано не вами, советуем немедленно сбросить пароль.
|
||||
ButtonText: Вход
|
||||
InviteUser:
|
||||
Title: Приглашение в {{.ApplicationName}}
|
||||
PreHeader: Приглашение в {{.ApplicationName}}
|
||||
Subject: Приглашение в {{.ApplicationName}}
|
||||
Greeting: Здравствуйте, {{.DisplayName}},
|
||||
Text: Ваш пользователь был приглашен в {{.ApplicationName}}. Пожалуйста, нажмите кнопку ниже, чтобы завершить процесс приглашения. Если вы не запрашивали это письмо, пожалуйста, игнорируйте его.
|
||||
ButtonText: Принять приглашение
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: Hej {{.DisplayName}},
|
||||
Text: Lösenordet för din användare har ändrats. Om denna ändring inte gjordes av dig, vänligen återställ ditt lösenord omedelbart.
|
||||
ButtonText: Logga in
|
||||
InviteUser:
|
||||
Title: Inbjudan till {{.ApplicationName}}
|
||||
PreHeader: Inbjudan till {{.ApplicationName}}
|
||||
Subject: Inbjudan till {{.ApplicationName}}
|
||||
Greeting: Hej {{.DisplayName}},
|
||||
Text: Din användare har blivit inbjuden till {{.ApplicationName}}. Klicka på knappen nedan för att slutföra inbjudansprocessen. Om du inte har begärt detta e-postmeddelande, ignorera det.
|
||||
ButtonText: Acceptera inbjudan
|
@@ -59,3 +59,10 @@ PasswordChange:
|
||||
Greeting: 你好 {{.DisplayName}},
|
||||
Text: 您的用户的密码已经改变,如果这个改变不是由您做的,请注意立即重新设置您的密码。
|
||||
ButtonText: 登录
|
||||
InviteUser:
|
||||
Title: '{{.ApplicationName}}邀请'
|
||||
PreHeader: '{{.ApplicationName}}邀请'
|
||||
Subject: '{{.ApplicationName}}邀请'
|
||||
Greeting: 您好,{{.DisplayName}},
|
||||
Text: 您的用户已被邀请加入{{.ApplicationName}}。请点击下面的按钮完成邀请过程。如果您没有请求此邮件,请忽略它。
|
||||
ButtonText: 接受邀请
|
Reference in New Issue
Block a user