Fixed login with group functions

This commit is contained in:
2026-05-14 20:51:01 +02:00
parent 0472ee1dd3
commit 7bc65c37cd
7 changed files with 151 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@
{% endif %}
<form method="post">
<input class="form-control mb-3" name="name" placeholder="New Name" required>
<input class="form-control mb-3" name="group" type="password" placeholder="Existing Group" required>
<input class="form-control mb-3" name="password" type="password" placeholder="New Password" required>
<input
type="image"