[Web] Feature: Add password policy
This commit is contained in:
@@ -234,6 +234,13 @@
|
||||
"oauth2_revoke_tokens": "Alle Client Tokens entfernen",
|
||||
"optional": "Optional",
|
||||
"password": "Passwort",
|
||||
"password_length": "Passwortlänge",
|
||||
"password_policy": "Passwortrichtlinie",
|
||||
"password_policy_chars": "Muss ein alphabetisches Zeichen enthalten",
|
||||
"password_policy_length": "Mindestlänge des Passwortes ist %d Zeichen",
|
||||
"password_policy_numbers": "Muss eine Ziffer enthalten",
|
||||
"password_policy_lowerupper": "Muss Großbuchstaben und Kleinbuchstaben enthalten",
|
||||
"password_policy_special_chars": "Muss Sonderzeichen enthalten",
|
||||
"password_repeat": "Passwort wiederholen",
|
||||
"priority": "Gewichtung",
|
||||
"private_key": "Private Key",
|
||||
@@ -907,6 +914,7 @@
|
||||
"object_modified": "Änderungen an Objekt %s wurden gespeichert",
|
||||
"pushover_settings_edited": "Pushover Konfiguration gespeichert, bitte den Zugang im Anschluss verifizieren.",
|
||||
"qlearn_spam": "Nachricht ID %s wurde als Spam gelernt und gelöscht",
|
||||
"password_policy_saved": "Passwortrichtlinie wurde erfolgreich gespeichert",
|
||||
"queue_command_success": "Queue-Aufgabe erfolgreich ausgeführt",
|
||||
"recipient_map_entry_deleted": "Empfängerumschreibung mit der ID %s wurde gelöscht",
|
||||
"recipient_map_entry_saved": "Empfängerumschreibung für Objekt \"%s\" wurde gespeichert",
|
||||
@@ -1027,7 +1035,6 @@
|
||||
"messages": "Nachrichten",
|
||||
"never": "Niemals",
|
||||
"new_password": "Neues Passwort",
|
||||
"new_password_description": "Mindestanforderung: 6 Zeichen lang, Buchstaben und Zahlen.",
|
||||
"new_password_repeat": "Neues Passwort (Wiederholung)",
|
||||
"no_active_filter": "Kein aktiver Filter vorhanden",
|
||||
"no_last_login": "Keine letzte UI-Anmeldung gespeichert",
|
||||
|
@@ -232,6 +232,13 @@
|
||||
"oauth2_revoke_tokens": "Revoke all client tokens",
|
||||
"optional": "optional",
|
||||
"password": "Password",
|
||||
"password_length": "Password length",
|
||||
"password_policy": "Password policy",
|
||||
"password_policy_chars": "Must contain at least one alphabetic character",
|
||||
"password_policy_length": "Minimum password length is %d",
|
||||
"password_policy_numbers": "Must contain at least one number",
|
||||
"password_policy_lowerupper": "Must contain lowercase and uppercase characters",
|
||||
"password_policy_special_chars": "Must contain special chars",
|
||||
"password_repeat": "Confirmation password (repeat)",
|
||||
"priority": "Priority",
|
||||
"private_key": "Private key",
|
||||
@@ -906,6 +913,7 @@
|
||||
"pushover_settings_edited": "Pushover settings successfully set, please verify credentials.",
|
||||
"qlearn_spam": "Message ID %s was learned as spam and deleted",
|
||||
"queue_command_success": "Queue command completed successfully",
|
||||
"password_policy_saved": "Password policy was saved successfully",
|
||||
"recipient_map_entry_deleted": "Recipient map ID %s has been deleted",
|
||||
"recipient_map_entry_saved": "Recipient map entry \"%s\" has been saved",
|
||||
"relayhost_added": "Map entry %s has been added",
|
||||
@@ -1025,7 +1033,6 @@
|
||||
"messages": "messages",
|
||||
"never": "Never",
|
||||
"new_password": "New password",
|
||||
"new_password_description": "Requirement: 6 characters long, letters and numbers.",
|
||||
"new_password_repeat": "Confirmation password (repeat)",
|
||||
"no_active_filter": "No active filter available",
|
||||
"no_last_login": "No last UI login information",
|
||||
|
Reference in New Issue
Block a user