From aad4b6f925af0db016dc62df394918d007e1d3f0 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:01:58 -0300 Subject: [PATCH] core, web: update translations (#21998) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> --- locale/en/LC_MESSAGES/django.po | 95 ++++++++++++++++++++++-- web/xliff/cs-CZ.xlf | 125 +++++++++++++++++++++++++------ web/xliff/de-DE.xlf | 126 +++++++++++++++++++++++++------ web/xliff/en.xlf | 123 +++++++++++++++++++++++++------ web/xliff/es-ES.xlf | 126 +++++++++++++++++++++++++------ web/xliff/fi-FI.xlf | 126 +++++++++++++++++++++++++------ web/xliff/fr-FR.xlf | 126 +++++++++++++++++++++++++------ web/xliff/it-IT.xlf | 126 +++++++++++++++++++++++++------ web/xliff/ja-JP.xlf | 125 +++++++++++++++++++++++++------ web/xliff/ko-KR.xlf | 123 +++++++++++++++++++++++++------ web/xliff/nl-NL.xlf | 123 +++++++++++++++++++++++++------ web/xliff/pl-PL.xlf | 125 +++++++++++++++++++++++++------ web/xliff/pt-BR.xlf | 126 +++++++++++++++++++++++++------ web/xliff/ru-RU.xlf | 125 +++++++++++++++++++++++++------ web/xliff/tr-TR.xlf | 124 +++++++++++++++++++++++++------ web/xliff/zh-Hans.xlf | 127 +++++++++++++++++++++++++------- web/xliff/zh-Hant.xlf | 123 +++++++++++++++++++++++++------ 17 files changed, 1720 insertions(+), 374 deletions(-) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 44646e29d6..bda307e5a7 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-04-30 00:27+0000\n" +"POT-Creation-Date: 2026-05-01 03:47+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -872,10 +872,6 @@ msgstr "" msgid "Grace period must be shorter than the interval." msgstr "" -#: authentik/enterprise/lifecycle/api/rules.py -msgid "Only one type-wide rule for each object type is allowed." -msgstr "" - #: authentik/enterprise/lifecycle/models.py msgid "" "Select which transports should be used to notify the reviewers. If none are " @@ -903,7 +899,8 @@ msgid "Go to {self._get_model_name()}" msgstr "" #: authentik/enterprise/lifecycle/models.py -msgid "Access review is due for {self.content_type.name} {str(self.object)}" +msgid "" +"Access review is due for {self.content_type.name.lower()} {object_label}" msgstr "" #: authentik/enterprise/lifecycle/models.py @@ -916,7 +913,7 @@ msgid "Access review completed for {self.content_type.name} {str(self.object)}" msgstr "" #: authentik/enterprise/lifecycle/tasks.py -msgid "Dispatch tasks to validate lifecycle rules." +msgid "Dispatch tasks to apply lifecycle rules." msgstr "" #: authentik/enterprise/lifecycle/tasks.py @@ -1229,6 +1226,78 @@ msgstr "" msgid "Generate data export." msgstr "" +#: authentik/enterprise/stages/account_lockdown/api.py +msgid "User to lock. If omitted, locks the current user (self-service)." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/api.py +msgid "No lockdown flow configured." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/api.py +msgid "Lockdown flow is not applicable." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/api.py +msgid "Choose the target account, then return a flow link." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/api.py +msgid "No lockdown flow configured or the flow is not applicable" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/api.py +msgid "Permission denied (when targeting another user)" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "Deactivate the user account (set is_active to False)" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "Set an unusable password for the user" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "Delete all active sessions for the user" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "" +"Revoke all tokens for the user (API, app password, recovery, verification, " +"OAuth)" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "" +"Flow to redirect users to after self-service lockdown. This flow should not " +"require authentication since the user's session is deleted." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "Account Lockdown Stage" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/models.py +msgid "Account Lockdown Stages" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/stage.py +msgid "No target user specified for account lockdown" +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/stage.py +msgid "You do not have permission to lock down this account." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/stage.py +msgid "Account lockdown failed for this account." +msgstr "" + +#: authentik/enterprise/stages/account_lockdown/stage.py +msgid "Self-service account lockdown requires a completion flow." +msgstr "" + #: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py msgid "Endpoint Authenticator Google Device Trust Connector Stage" msgstr "" @@ -4456,6 +4525,18 @@ msgstr "" msgid "Static: Static value, displayed as-is." msgstr "" +#: authentik/stages/prompt/models.py +msgid "Alert (Info): Static alert box with info styling" +msgstr "" + +#: authentik/stages/prompt/models.py +msgid "Alert (Warning): Static alert box with warning styling" +msgstr "" + +#: authentik/stages/prompt/models.py +msgid "Alert (Danger): Static alert box with danger styling" +msgstr "" + #: authentik/stages/prompt/models.py msgid "authentik: Selection of locales authentik supports" msgstr "" diff --git a/web/xliff/cs-CZ.xlf b/web/xliff/cs-CZ.xlf index bd827dd70d..b32ae35a05 100644 --- a/web/xliff/cs-CZ.xlf +++ b/web/xliff/cs-CZ.xlf @@ -5344,10 +5344,6 @@ neprojde, když jedna nebo obě z vybraných možností jsou rovny nebo nad prah User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Upozornění: Chystáte se smazat uživatele, pod kterým jste přihlášeni (). Pokračujte na vlastní nebezpečí. - Show deactivated users @@ -7257,10 +7253,6 @@ neprojde, když jedna nebo obě z vybraných možností jsou rovny nebo nad prah Select the group of users which the alerts are sent to. Vyberte uživatelskou skupinu, které se budou zasílat upozornění. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Pokud není vybrána žádná skupina a 'Zasílat upozornění původci události' je vypnuto, pravidlo není aktivní. - Send notification to event user Zasílat oznámení původci události @@ -9065,9 +9057,6 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9593,15 +9582,9 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10399,9 +10382,6 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10878,9 +10858,6 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Review Activation - - Objects associated with this user - Objects @@ -11023,6 +11000,108 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/de-DE.xlf b/web/xliff/de-DE.xlf index 6acbdb94c9..3176a6a2d0 100644 --- a/web/xliff/de-DE.xlf +++ b/web/xliff/de-DE.xlf @@ -5369,11 +5369,6 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Warnung: Du bist dabei, den Benutzer zu löschen, mit dem du gerade angemeldet bist ( - ). Fortfahren auf eigene Gefahr. - Show deactivated users @@ -7286,10 +7281,6 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Select the group of users which the alerts are sent to. Wähle die Benutzergruppe aus, an die die Benachrichtigungen gesendet werden. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Wenn keine Gruppe ausgewählt ist und „Benachrichtigung an Ereignisbenutzer senden“ deaktiviert ist, wird die Regel deaktiviert. - Send notification to event user Benachrichtigung an Ereignisbenutzer senden @@ -9098,9 +9089,6 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9626,15 +9614,9 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10432,9 +10414,6 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10911,9 +10890,6 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Review Activation - - Objects associated with this user - Objects @@ -11056,6 +11032,108 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/en.xlf b/web/xliff/en.xlf index 68b2705268..8fa2b8c51e 100644 --- a/web/xliff/en.xlf +++ b/web/xliff/en.xlf @@ -4151,9 +4151,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Show deactivated users @@ -5590,9 +5587,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -7068,9 +7062,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -7596,15 +7587,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -8402,9 +8387,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -8881,9 +8863,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -9026,6 +9005,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/es-ES.xlf b/web/xliff/es-ES.xlf index d4a3906954..a67de423a2 100644 --- a/web/xliff/es-ES.xlf +++ b/web/xliff/es-ES.xlf @@ -5309,11 +5309,6 @@ El valor de este campo se compara con el atributo de pertenencia del usuario. User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Advertencia: Estás a punto de eliminar al usuario con el que has iniciado sesión ( - ). Procede bajo tu propio riesgo. - Show deactivated users @@ -7219,10 +7214,6 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Select the group of users which the alerts are sent to. Seleccione el grupo de usuarios a los que se enviarán las alertas. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Si no se selecciona ningún grupo y la opción 'Enviar notificación al usuario del evento' está deshabilitada, la regla se deshabilita. - Send notification to event user Enviar notificación al usuario del evento @@ -9023,9 +9014,6 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9551,15 +9539,9 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10357,9 +10339,6 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10836,9 +10815,6 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve Review Activation - - Objects associated with this user - Objects @@ -10981,6 +10957,108 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/fi-FI.xlf b/web/xliff/fi-FI.xlf index ac605ed93f..036ac0baab 100644 --- a/web/xliff/fi-FI.xlf +++ b/web/xliff/fi-FI.xlf @@ -5481,11 +5481,6 @@ läpäisy estyy kun jompi kumpi tai molemmat vaihtoehdot ylittävät raja-arvon. User Search Käyttäjähaku - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Varoitus: Olet poistamassa käyttäjää, jona olet kirjautunut sisään ( - ). Jatka omalla vastuullasi. - Show deactivated users Näytä käytöstä poistetut käyttäjät @@ -7408,10 +7403,6 @@ läpäisy estyy kun jompi kumpi tai molemmat vaihtoehdot ylittävät raja-arvon. Select the group of users which the alerts are sent to. Valitse käyttäjäryhmä, jolle hälytykset lähetetään. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Jos ryhmää ei ole valittu ja 'Lähetä notifikaatiot tapahtuman käyttäjälle' on pois käytöstä, tämä sääntö ei ole käytössä. - Send notification to event user Lähetä notifikaatiot tapahtuman käyttäjälle @@ -9264,9 +9255,6 @@ Liitokset käyttäjiin/ryhmiin tarkistetaan tapahtuman käyttäjästä. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9792,15 +9780,9 @@ Liitokset käyttäjiin/ryhmiin tarkistetaan tapahtuman käyttäjästä. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10598,9 +10580,6 @@ Liitokset käyttäjiin/ryhmiin tarkistetaan tapahtuman käyttäjästä. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -11077,9 +11056,6 @@ Liitokset käyttäjiin/ryhmiin tarkistetaan tapahtuman käyttäjästä. Review Activation - - Objects associated with this user - Objects @@ -11222,6 +11198,108 @@ Liitokset käyttäjiin/ryhmiin tarkistetaan tapahtuman käyttäjästä. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/fr-FR.xlf b/web/xliff/fr-FR.xlf index 9e1e254386..7625cbcb3a 100644 --- a/web/xliff/fr-FR.xlf +++ b/web/xliff/fr-FR.xlf @@ -5471,11 +5471,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search Rechercher d'utilisateur - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Attention : Vous êtes sur le point de supprimer l'utilisateur auquel vous êtes connecté ( - ). Poursuivez à vos propres risques. - Show deactivated users Montrer les utilisateurs désactivés @@ -7398,10 +7393,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. Sélectionner le groupe d'utilisateurs à qui les alertes seront envoyées. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Si aucun groupe n'est sélectionné et "Envoyer la notification à l'utilisateur associé à l'évènement" est désactivé, cette règle est désactivée. - Send notification to event user Envoyer la notification à l'utilisateur associé à l'événement @@ -9253,9 +9244,6 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9781,15 +9769,9 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10587,9 +10569,6 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -11066,9 +11045,6 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti Review Activation - - Objects associated with this user - Objects @@ -11211,6 +11187,108 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/it-IT.xlf b/web/xliff/it-IT.xlf index edbac275eb..b5a9f81991 100644 --- a/web/xliff/it-IT.xlf +++ b/web/xliff/it-IT.xlf @@ -5268,11 +5268,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Attenzione: stai per eliminare l'utente con cui hai effettuato l'accesso ( - ). Procedete a vostro rischio. - Show deactivated users @@ -7175,10 +7170,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. Selezionare il gruppo di utenti a cui inviare gli avvisi. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Se non viene selezionato alcun gruppo e l'opzione "Invia notifica all'utente dell'evento" è disabilitata, la regola è disabilitata. - Send notification to event user Invia notifica all'utente dell'evento @@ -8972,9 +8963,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9500,15 +9488,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10306,9 +10288,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10785,9 +10764,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -10930,6 +10906,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/ja-JP.xlf b/web/xliff/ja-JP.xlf index e8cadba8fc..4dc796948b 100644 --- a/web/xliff/ja-JP.xlf +++ b/web/xliff/ja-JP.xlf @@ -5478,10 +5478,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search ユーザー検索 - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - 警告: ログインしているユーザー()を削除しようとしています。自己責任で実行してください。 - Show deactivated users 非アクティブ化されたユーザーを表示 @@ -7402,10 +7398,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. アラートを送信するユーザーグループを選択します。 - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - グループが選択されておらず、「イベントユーザーに通知を送信」が無効な場合、ルールは無効になります。 - Send notification to event user イベントユーザーに通知を送信 @@ -9253,9 +9245,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9781,15 +9770,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10587,9 +10570,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -11066,9 +11046,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -11211,6 +11188,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/ko-KR.xlf b/web/xliff/ko-KR.xlf index e02eb3831f..7cec65d02c 100644 --- a/web/xliff/ko-KR.xlf +++ b/web/xliff/ko-KR.xlf @@ -5062,9 +5062,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Show deactivated users @@ -6891,9 +6888,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -8620,9 +8614,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9148,15 +9139,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -9954,9 +9939,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10433,9 +10415,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -10578,6 +10557,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/nl-NL.xlf b/web/xliff/nl-NL.xlf index ee6047e55b..4de9149880 100644 --- a/web/xliff/nl-NL.xlf +++ b/web/xliff/nl-NL.xlf @@ -4876,9 +4876,6 @@ slaagt niet wanneer een of beide geselecteerde opties gelijk zijn aan of boven d User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Show deactivated users @@ -6641,9 +6638,6 @@ slaagt niet wanneer een of beide geselecteerde opties gelijk zijn aan of boven d Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -8304,9 +8298,6 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -8832,15 +8823,9 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -9638,9 +9623,6 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10117,9 +10099,6 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de Review Activation - - Objects associated with this user - Objects @@ -10262,6 +10241,108 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/pl-PL.xlf b/web/xliff/pl-PL.xlf index 8c0446ccc7..57afe05926 100644 --- a/web/xliff/pl-PL.xlf +++ b/web/xliff/pl-PL.xlf @@ -5077,11 +5077,6 @@ Można tu używać tylko zasad, ponieważ dostęp jest sprawdzany przed uwierzyt User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Ostrzeżenie: masz zamiar usunąć użytkownika, na którym jesteś zalogowany jako ( - ). Kontynuuj na własne ryzyko. - Show deactivated users @@ -6914,9 +6909,6 @@ w toku, tworzony jest nowy użytkownik i zapisywane są do niego dane. Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -8646,9 +8638,6 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9174,15 +9163,9 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -9980,9 +9963,6 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10459,9 +10439,6 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz Review Activation - - Objects associated with this user - Objects @@ -10604,6 +10581,108 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/pt-BR.xlf b/web/xliff/pt-BR.xlf index 57e70d885b..64e95a7803 100644 --- a/web/xliff/pt-BR.xlf +++ b/web/xliff/pt-BR.xlf @@ -5477,11 +5477,6 @@ Você só pode usar políticas aqui, pois o acesso é verificado antes de o usu User Search Busca de usuário - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Atenção: você está prestes a excluir o usuário com o qual está conectado( -). Prossiga por sua conta e risco. - Show deactivated users Mostrar usuários ativos @@ -7399,10 +7394,6 @@ retorne uma lista para fornecer várias opções padrão. Select the group of users which the alerts are sent to. Selecione o grupo de usuários para o qual os alertas são enviados. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Se nenhum grupo for selecionado e 'Enviar notificação para o usuário do evento' estiver desativado, a regra será desativada. - Send notification to event user Enviar notificação para o usuário do evento @@ -9246,9 +9237,6 @@ por exemplo: oci://registry.domain.tld/path Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9774,15 +9762,9 @@ por exemplo: oci://registry.domain.tld/path Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10580,9 +10562,6 @@ por exemplo: oci://registry.domain.tld/path Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -11059,9 +11038,6 @@ por exemplo: oci://registry.domain.tld/path Review Activation - - Objects associated with this user - Objects @@ -11204,6 +11180,108 @@ por exemplo: oci://registry.domain.tld/path ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/ru-RU.xlf b/web/xliff/ru-RU.xlf index 46c2a7f2c5..225dcf8ed1 100644 --- a/web/xliff/ru-RU.xlf +++ b/web/xliff/ru-RU.xlf @@ -5125,11 +5125,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Предупреждение: Вы собираетесь удалить пользователя, под которым вы вошли в систему ( - ). Действуйте на свой страх и риск. - Show deactivated users @@ -6970,9 +6965,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -8732,9 +8724,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9260,15 +9249,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10066,9 +10049,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10545,9 +10525,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -10690,6 +10667,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/tr-TR.xlf b/web/xliff/tr-TR.xlf index 6e03b32f78..890309f749 100644 --- a/web/xliff/tr-TR.xlf +++ b/web/xliff/tr-TR.xlf @@ -5124,10 +5124,6 @@ Belirlenen seçeneklerden biri veya her ikisi de eşiğe eşit veya eşiğin üz User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Uyarı: Oturum açtığınız kullanıcıyı () silmek üzeresiniz! Riski size ait olmak üzere devam edin. - Show deactivated users @@ -6967,9 +6963,6 @@ Belirlenen seçeneklerden biri veya her ikisi de eşiğe eşit veya eşiğin üz Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -8721,9 +8714,6 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -9249,15 +9239,9 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10055,9 +10039,6 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10534,9 +10515,6 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar Review Activation - - Objects associated with this user - Objects @@ -10679,6 +10657,108 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/zh-Hans.xlf b/web/xliff/zh-Hans.xlf index 20521a75d6..c845fbc368 100644 --- a/web/xliff/zh-Hans.xlf +++ b/web/xliff/zh-Hans.xlf @@ -5544,11 +5544,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search 搜索用户 - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - 警告:您即将删除当前登录的用户( - )。如果继续,请自担风险。 - Show deactivated users 显示未激活的用户 @@ -7474,10 +7469,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. 选择一组用于发送警告的用户。 - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - 如果未选择组,并且“发送通知给事件用户”被禁用,则此规则被禁用。 - Send notification to event user 发送通知给事件用户 @@ -9449,10 +9440,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. API 请求的最大每页条数 - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - 启用时,通知不仅会发送给触发事件的用户,还会发送到组中的任何用户。事件用户将总是第一个用户,要只向事件用户发送通知,则需要在通知传输中启用“发送一次”。如果没有选择组,并且“向事件用户发送通知”没有启用,则此规则被禁用。 - Local connection 本地连接 @@ -10053,15 +10040,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -10859,9 +10840,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -11338,9 +11316,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -11483,6 +11458,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account + diff --git a/web/xliff/zh-Hant.xlf b/web/xliff/zh-Hant.xlf index 11c6f8117d..b4aab97d40 100644 --- a/web/xliff/zh-Hant.xlf +++ b/web/xliff/zh-Hant.xlf @@ -4912,9 +4912,6 @@ doesn't pass when either or both of the selected options are equal or above the User Search - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Show deactivated users @@ -6696,9 +6693,6 @@ doesn't pass when either or both of the selected options are equal or above the Select the group of users which the alerts are sent to. - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Send notification to event user @@ -8357,9 +8351,6 @@ Bindings to groups/users are checked against the user of the event. Maximum page size for API requests. - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Local connection @@ -8885,15 +8876,9 @@ Bindings to groups/users are checked against the user of the event. Reviewer groups - - Min reviewers - Number of users from the selected reviewer groups that must approve the review. - - Min reviewers is per-group - Reviewers @@ -9691,9 +9676,6 @@ Bindings to groups/users are checked against the user of the event. Search for a lifecycle rule by name or target... - - Search tasks... - Review @@ -10170,9 +10152,6 @@ Bindings to groups/users are checked against the user of the event. Review Activation - - Objects associated with this user - Objects @@ -10315,6 +10294,108 @@ Bindings to groups/users are checked against the user of the event. ... The message shown while a form is being submitted, when no entity name is provided. + + Account lockdown flow + + + Select an account lockdown flow... + + + Flow used when a user triggers account lockdown (e.g. in case of compromise). Should contain an Account Lockdown stage. + + + Account lockdown flows should require authentication so they can only be started from a signed-in session. + + + If no group is selected and 'Send notification to event user' is disabled, the rule is disabled. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Minimum reviewers + + + Minimum reviewers is per-group + + + The following reviews apply to this object: + + + This object has no reviews yet. + + + Rule + + + This stage executes account lockdown actions on a target user. Configure which actions to perform when this stage runs. + + + Type a name for this stage... + + + Deactivate user + + + Deactivate the user account (set is_active to False). + + + Set unusable password + + + Set an unusable password for the user. + + + Delete sessions + + + Delete all active sessions for the user. + + + Revoke tokens + + + Revoke all tokens for the user (API, app password, recovery, verification). + + + Self-service completion + + + Configure what happens after a user locks their own account. Since all sessions are deleted, the user cannot continue in the current flow and will be redirected to a separate completion flow. + + + Completion flow + + + Select a completion flow... + + + Flow to redirect users to after self-service lockdown. This flow must not require authentication since the user's session is deleted. + + + Alert (Info): Static alert box with info styling + + + Alert (Warning): Static alert box with warning styling + + + Alert (Danger): Static alert box with danger styling + + + Warning: You are about to delete user , but you are currently logged in as this user. Proceed at your own risk. + + + Account Lockdown + + + Security + + + If you suspect your account has been compromised, you can immediately lock it to prevent unauthorized access. + + + Lock my account +