Skip to content

Commit

Permalink
Allow password reset & email verify pages on global login required (#790
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ThatStella7922 authored May 31, 2023
1 parent a3997bf commit cd8d0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,5 +481,7 @@
r'/accounts/login/$',
r'/accounts/logout/$',
r'/accounts/signup/$',
r'/accounts/password/.*/$',
r'/accounts/confirm-email/.*/$',
r'/api/v[0-9]+/',
]

0 comments on commit cd8d0ea

Please sign in to comment.