Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the email verification view even work? #602

Open
realmhamdy opened this issue Feb 21, 2020 · 1 comment
Open

Does the email verification view even work? #602

realmhamdy opened this issue Feb 21, 2020 · 1 comment

Comments

@realmhamdy
Copy link

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.

@BarnabasSzabolcs
Copy link

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.)

Best,
Barney

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants