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

Show "Connected Services" form errors to the user #7469

Merged
merged 1 commit into from
Sep 9, 2020

Commits on Sep 8, 2020

  1. Show "Connected Services" form errors to the user

    This will inform about,
    
    - account without password
    - account without verified email address
    
    We override the `connections.html` file from `django-allauth` and we lost this
    chunk of template code in the middle.
    
    Python code:
    https://github.com/pennersr/django-allauth/blob/c19a212c6ee786af1bb8bc1b07eb2aa8e2bf531b/allauth/socialaccount/adapter.py#L123-L139
    Template code:
    https://github.com/pennersr/django-allauth/blob/c19a212c6ee786af1bb8bc1b07eb2aa8e2bf531b/allauth/templates/socialaccount/connections.html#L18-L20
    humitos committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8582de8 View commit details
    Browse the repository at this point in the history