-
Notifications
You must be signed in to change notification settings - Fork 227
FOUR-12571 Password Policy Configuration new screen in Admin Settings #5743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2570eff
2ab5838
5664004
84b56ea
a28dcff
e26142f
4cd6678
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1803,5 +1803,22 @@ | |
"This environment already contains the same version of the {{ item }} named '{{ name }}.'": "Este entorno ya contiene la misma versión del {{ item }} llamado '{{ name }}'.", | ||
"Visit our Gallery for more Templates": "Visita nuestra Galería para más Plantillas", | ||
"Start a new process from a blank canvas, a text description, or a preset template.": "Inicie un nuevo proceso desde un lienzo en blanco, una descripción de texto o una plantilla preestablecida.", | ||
"Your password has expired.": "Tu contraseña ha expirado." | ||
"Password Policies": "Password Policies", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alphabeticall order? |
||
"Your password has expired.": "Tu contraseña ha expirado.", | ||
"Password set by user": "Password set by user", | ||
"Allow to users to change their own password.": "Allow to users to change their own password.", | ||
"Numeric characters": "Numeric characters", | ||
"Passwords must contain minimum one numeric character.": "Passwords must contain minimum one numeric character.", | ||
"Uppercase characters": "Uppercase characters", | ||
"Passwords must contain minimum one uppercase character.": "Passwords must contain minimum one uppercase character.", | ||
"Special characters": "Special characters", | ||
"Passwords must contain minimum one special character.": "Passwords must contain minimum one special character.", | ||
"Maximum length": "Maximum length", | ||
"Maximum password length allowed.": "Maximum password length allowed.", | ||
"Minimum length": "Minimum length", | ||
"Minimum password length allowed.": "Minimum password length allowed.", | ||
"Password expiration": "Password expiration", | ||
"Password will expire in the days configured here.": "Password will expire in the days configured here.", | ||
"Login failed": "Login failed", | ||
"Number of consecutive unsuccessful login attempts before block the login action momentarily.": "Number of consecutive unsuccessful login attempts before block the login action momentarily." | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1802,5 +1802,22 @@ | |
"This environment already contains the same version of the {{ item }} named '{{ name }}.'": "Cet environnement contient déjà la même version de l'{{ item }} nommé '{{ name }}'.", | ||
"Visit our Gallery for more Templates": "Visitez notre Galerie pour plus de Modèles", | ||
"Start a new process from a blank canvas, a text description, or a preset template.": "Démarrez un nouveau processus à partir d'une toile vierge, d'une description textuelle ou d'un modèle prédéfini.", | ||
"Your password has expired.": "Your password has expired." | ||
"Password Policies": "Password Policies", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alphabeticall order? |
||
"Your password has expired.": "Your password has expired.", | ||
"Password set by user": "Password set by user", | ||
"Allow to users to change their own password.": "Allow to users to change their own password.", | ||
"Numeric characters": "Numeric characters", | ||
"Passwords must contain minimum one numeric character.": "Passwords must contain minimum one numeric character.", | ||
"Uppercase characters": "Uppercase characters", | ||
"Passwords must contain minimum one uppercase character.": "Passwords must contain minimum one uppercase character.", | ||
"Special characters": "Special characters", | ||
"Passwords must contain minimum one special character.": "Passwords must contain minimum one special character.", | ||
"Maximum length": "Maximum length", | ||
"Maximum password length allowed.": "Maximum password length allowed.", | ||
"Minimum length": "Minimum length", | ||
"Minimum password length allowed.": "Minimum password length allowed.", | ||
"Password expiration": "Password expiration", | ||
"Password will expire in the days configured here.": "Password will expire in the days configured here.", | ||
"Login failed": "Login failed", | ||
"Number of consecutive unsuccessful login attempts before block the login action momentarily.": "Number of consecutive unsuccessful login attempts before block the login action momentarily." | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alphabeticall order?
Or create a ticket in order to tackle this in the end sprint to avoid conflicts