Registration form for new users

This commit is contained in:
Simon Martens
2025-05-23 16:26:03 +02:00
parent f641a32cb5
commit c44467f229
22 changed files with 805 additions and 9 deletions

View File

@@ -36,4 +36,7 @@ const (
P_LOGIN_NAME = "login"
P_LOGOUT_NAME = "logout"
P_USER_MGMT_ACCESS_NAME = "user_management_access"
P_USER_CREATE_NAME = "user_create"
)