Allow password reset & email verify pages on global login required (#790)

This commit is contained in:
Stella 2023-05-31 07:36:31 -06:00 committed by GitHub
parent a3997bfb1c
commit cd8d0ea49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,5 +481,7 @@ if GLOBAL_LOGIN_REQUIRED:
r'/accounts/login/$',
r'/accounts/logout/$',
r'/accounts/signup/$',
r'/accounts/password/.*/$',
r'/accounts/confirm-email/.*/$',
r'/api/v[0-9]+/',
]