diff --git a/templates/admin/user/index.html.tera b/templates/admin/user/index.html.tera index 1ea5ce4..bcc9ba0 100644 --- a/templates/admin/user/index.html.tera +++ b/templates/admin/user/index.html.tera @@ -46,7 +46,7 @@ {{ user.name }} - {% if not user.last_access and "admin" in loggedin_user.roles and user.mail %} + {% if not user.last_access and "admin" in loggedin_user.roles %}
Passwort zurücksetzen + onclick="return confirm('Willst du wirklich das Passwort von \'{{ user.name }}\'zurücksetzen?');">Passwort zurücksetzen {% endif %}