diff --git a/Web/app.py b/Web/app.py index 85ccc5f..c262169 100755 --- a/Web/app.py +++ b/Web/app.py @@ -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') diff --git a/Web/templates/edit_library.html b/Web/templates/edit_library.html index a76c9dc..b98ba35 100644 --- a/Web/templates/edit_library.html +++ b/Web/templates/edit_library.html @@ -274,7 +274,7 @@ {% if not show_library_features %}