-
Getting this error when sending a post request to SocialLoginView. The body of post request contains "code" only. Having this problem on google/facebook/github login.
Similar problem also asked in…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Describe the bug**
The changelog for 4.3.0-RC1 states:
> If an existing account has the same email address, the accounts will be linked
I found this to not work in my case. Let's start with m…
-
This is not styled: https://dri.demo.simplecto.com/accounts/login/
Maybe it just needs templates configured properly in `settings.py` (something with the path) or perhaps the ordering of apps in IN…
-
They are not necessary and just spam the messages for the user.
## How to
Create 2 empty files:
- `accounts/templates/account/messages/logged_in.txt`
- `accounts/templates/account/messages/email…
-
1. Create a template directory in project directory.
2. Override the allauth template with a custom template for look and feel.
-
### Steps to Reproduce
This will fail when _use-uv = true_:
```bash
rye init new-project
cd new-project
rye add django-allauth
```
This will work:
```
md new-project
cd new-project
uv…
-
Django-allauth should help to achieve that. See [the documentation](https://docs.allauth.org/en/latest/socialaccount/index.html)
-
django-allauth has support for MFA since 0.56.0 - maybe this means that django-allauth-2fa has served it's purpose?
See comment by @pennersr here: https://github.com/pennersr/django-allauth/issues/…
-
I am trying to have a custom email template. When I use `PasswordResetForm`, everything seems to work fine:
```python
from django.contrib.auth.forms import PasswordResetForm
class CustomPasswo…