mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Send an email when creating an account via POST /register
This commit is contained in:
@ -75,7 +75,7 @@ urlpatterns = [
|
||||
SithPasswordResetCompleteView.as_view(),
|
||||
name="password_reset_complete",
|
||||
),
|
||||
path("register/", register, name="register"),
|
||||
path("register/", UserCreationView.as_view(), name="register"),
|
||||
# Group handling
|
||||
path("group/", GroupListView.as_view(), name="group_list"),
|
||||
path("group/new/", GroupCreateView.as_view(), name="group_new"),
|
||||
|
Reference in New Issue
Block a user