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

Note in docs to add allauth urls if account email verification is man… #20

Merged
merged 2 commits into from
Mar 31, 2020

Conversation

anuj9196
Copy link
Contributor

…datory

Update docs to add account_email_verification_sent endpoint while using registration.

Without this endpoint, if email verification is set to MANDATORY , it gives error

Reverse for 'account_email_verification_sent' not found. 'account_email_verification_sent' is not a valid view function or pattern name.

This is a copy PR of #577 in in upstream project.

…datory

Update docs to add `account_email_verification_sent` endpoint while using `registration`.

Without this endpoint, if email verification is set to **MANDATORY** , it gives error
```
Reverse for 'account_email_verification_sent' not found. 'account_email_verification_sent' is not a valid view function or pattern name.
```

This is a copy PR of [iMerica#577](Tivix/django-rest-auth#577) in in upstream project.
docs/api_endpoints.rst Outdated Show resolved Hide resolved
Changed module name to `dj_rest_auth`
@anuj9196
Copy link
Contributor Author

Module name changed.

@iMerica iMerica merged commit d9996a7 into iMerica:master Mar 31, 2020
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

Successfully merging this pull request may close these issues.

2 participants