Skip to content

Commit

Permalink
Merge 3944ce5 into 8fb6aec
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Jun 6, 2019
2 parents 8fb6aec + 3944ce5 commit 96ca71c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions concordia/urls.py
Expand Up @@ -152,6 +152,10 @@
path("account/profile/", views.AccountProfileView.as_view(), name="user-profile"),
path("account/", include("django_registration.backends.activation.urls")),
path("account/", include("django.contrib.auth.urls")),
path(
".well-known/change-password", # https://wicg.github.io/change-password-url/
RedirectView.as_view(pattern_name="password_change"),
),
path("captcha/ajax/", views.ajax_captcha, name="ajax-captcha"),
path("captcha/", include("captcha.urls")),
path("admin/", admin.site.urls),
Expand Down

0 comments on commit 96ca71c

Please sign in to comment.