changes to the item filter describtor

This commit is contained in:
2026-09-20 12:33:02 +02:00
parent de4098ebb2
commit 904972af53
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -10379,7 +10379,7 @@ def admin_reset_user_password():
# Reset the password
try:
us.update_password(username, new_password)
flash(f'Passwort für {encrypt_text(username)} wurde erfolgreich zurückgesetzt auf: {new_password}', 'success')
flash(f'Passwort für {username} wurde erfolgreich zurückgesetzt auf: {new_password}', 'success')
except Exception as e:
app.logger.error(f'Error resetting password for {encrypt_text(username)}: {e}')
flash('Fehler beim Zurücksetzen des Passworts', 'error')