Added user password validation, Fixed new user localization issue

This commit is contained in:
2025-10-26 21:31:29 +01:00
parent 97592fd9e8
commit b9b3c91f3f
4 changed files with 30 additions and 6 deletions

View File

@@ -127,4 +127,7 @@
<data name="Confirm Delete" xml:space="preserve">
<value>Löschen bestätigen</value>
</data>
<data name="Password must be at least 8 characters long and include upper, lower, number, and special character" xml:space="preserve">
<value>Passwörter müssen mindestens 8 Zeichen lang sein und Groß- und Kleinbuchstaben, sowie mindestens eine Zahl und mindestens ein Sonderzeichen enthalten</value>
</data>
</root>