Added user login and account creation to admin panels

This commit is contained in:
2026-08-13 14:03:03 +01:00
parent 9040da0172
commit 9963c3e7fe
7 changed files with 346 additions and 14 deletions
+2
View File
@@ -57,6 +57,8 @@ invenio_theme_iform = "invenio_theme_iform.ext:finalize_app"
[project.entry-points."invenio_administration.views"]
invenio_theme_iform_roles = "invenio_theme_iform.administration.views:RoleManagementView"
invenio_theme_iform_registration_settings = "invenio_theme_iform.administration.views:RegistrationSettingsView"
invenio_theme_iform_user_create = "invenio_theme_iform.administration.views:UserCreateView"
[dependency-groups]