mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: include account confirm email (#9147)
This commit is contained in:
parent
de5f66b3a0
commit
37442ff829
@ -305,6 +305,11 @@ urlpatterns = [
|
||||
],
|
||||
),
|
||||
),
|
||||
re_path(
|
||||
r"^confirm-email/(?P<key>[-:\w]+)/$",
|
||||
allauth_account_views.ConfirmEmailView.as_view(),
|
||||
name="account_confirm_email",
|
||||
),
|
||||
re_path(
|
||||
r"^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$",
|
||||
allauth_account_views.password_reset_from_key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user