You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After registering at /rest-auth/registration/ with email, password1, password2 I get a key response. I POST the value of that onto /rest-auth/registration/verify-email/ but I get 404 response. I don't think that's supposed to work because VerifyEmailView inherits from allauth's ConfirmEmailView which looks for an EmailConfirmation object while the registration view created a Token instead.
The text was updated successfully, but these errors were encountered:
Hi,
as a user of rest-auth, thanks for offering contribution!
This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: #568)
It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)
new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you write where it brings value.)
After registering at
/rest-auth/registration/
with email, password1, password2 I get akey
response. I POST the value of that onto/rest-auth/registration/verify-email/
but I get 404 response. I don't think that's supposed to work becauseVerifyEmailView
inherits from allauth'sConfirmEmailView
which looks for anEmailConfirmation
object while the registration view created aToken
instead.The text was updated successfully, but these errors were encountered: