1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-16 12:31:45 +00:00

[Web] improve error handling for user password resets

This commit is contained in:
FreddleSpl0it
2024-07-31 09:22:52 +02:00
parent 2208d7e6fb
commit c37bf0bb32
4 changed files with 20 additions and 30 deletions

View File

@@ -446,6 +446,7 @@
"password_empty": "Passwort darf nicht leer sein",
"password_mismatch": "Passwort-Wiederholung stimmt nicht überein",
"password_reset_invalid_user": "Benutzer nicht gefunden oder keine E-Mail-Adresse zur Wiederherstellung eingerichtet",
"password_reset_na": "Die Passwortwiederherstellung ist momentan nicht verfügbar. Bitte wenden Sie sich an Ihren Administrator.",
"policy_list_from_exists": "Ein Eintrag mit diesem Wert existiert bereits",
"policy_list_from_invalid": "Eintrag hat ein ungültiges Format",
"private_key_error": "Schlüsselfehler: %s",

View File

@@ -446,6 +446,7 @@
"password_empty": "Password must not be empty",
"password_mismatch": "Confirmation password does not match",
"password_reset_invalid_user": "Mailbox not found or no recovery email is set",
"password_reset_na": "The password recovery is currently unavailable. Please contact your administrator.",
"policy_list_from_exists": "A record with given name exists",
"policy_list_from_invalid": "Record has invalid format",
"private_key_error": "Private key error: %s",