-
```
allauth/account/internal/flows/manage_email.py", line 7, in
from allauth.account.reauthentication import raise_if_reauthentication_required
ImportError: cannot import name 'raise_if_reau…
-
When i use allauth with authelia by openid connect, it returns error:
> The state is missing or does not have enough characters and is therefore considered too weak. Request parameter 'state' must …
-
In migrating from 0.59.0 to 0.63.3 I ran into the following issue in migration [account.0006_emailaddress_lower](https://github.com/pennersr/django-allauth/blob/0.63.3/allauth/account/migrations/0006_…
-
Hi all, I apologize in advance if I'm being negligent to something here config-wise, which I am starting to assume is the case, but I am truly running out of ideas.
We are upgrading from `0.54.0` -…
-
First, I'd like to thank everyone involved in the creation of the headless component for django-allauth, this is incredibly useful and I just started integrating it into my own project today.
One t…
-
I am working on switching from non-headless (legacy AJAX pattern) to headless for our consumption of the allauth API.
After switching from hitting the MFA view `mfa_activate_totp` to `headless:app:…
-
Reporting an error? It's helpful to know:
- Anymail version 10.3
- ESP (Mailgun, SendGrid, etc.) AWS SES
- Your ANYMAIL settings (change secrets to "redacted")
```python
EMAIL_BACKEND = "anymai…
kjnez updated
3 months ago
-
Enabling CSRF protection in our Django app causes the value self.request.session[INTERNAL_RESET_SESSION_KEY] is "lost"
PasswordResetFromKeyView.dispatch method is entered twice
first time self.re…
-
It seems that it's impossible to add or change an email address while having MFA enabled, judging by this commit:
https://github.com/pennersr/django-allauth/pull/3383/commits/7bf4d5e6e4b188b7e0738652…
-
Enabling CSRF protection in our Django app causes the value self.request.session[INTERNAL_RESET_SESSION_KEY] is "lost"