upd #865

Merged
philipp merged 12 commits from upd into staging 2025-02-11 21:54:17 +01:00
Showing only changes of commit 8917629613 - Show all commits

View File

@ -47,7 +47,7 @@
<span class="text-black dark:text-white cursor-pointer">
<span class="font-bold">
{{ user.name }}
{% if not user.last_access and "admin" in loggedin_user.roles and user.mail %}
{% if not user.last_access and allowed_to_edit and user.mail %}
<form action="/admin/user"
method="post"
enctype="multipart/form-data"