Skip to content

Django 1.8 breaks rest-auth #73

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

Closed
philippeluickx opened this issue Apr 13, 2015 · 2 comments
Closed

Django 1.8 breaks rest-auth #73

philippeluickx opened this issue Apr 13, 2015 · 2 comments

Comments

@philippeluickx
Copy link
Contributor

See pennersr/django-allauth#858 (comment)

There is an invocation of the user when the account is not setup yet.

        try:
            login = self.adapter.complete_login(request, app, token,
                                                response=access_token)
            token.account = login.account
            login.token = token
            complete_social_login(request, login)
        except HTTPError:
            raise serializers.ValidationError('Incorrect value')
@maciej-jaworski
Copy link
Contributor

Fixed in #75

@philippeluickx
Copy link
Contributor Author

Awesome, thanks!

steverecio pushed a commit to steverecio/django-rest-auth that referenced this issue Jun 3, 2020
Updated PasswordResetConfirmSerializer docstring
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