-
beside the changein #1528 , I think we could introduce in a later release a more generic logging handling to prevent the addition of more options each time someone wants to introduce its own log handl…
-
It seems many users experience a HTTP 500 error the first time they log in using the federated authentication.
It is caused by an `AssertionError` triggered by attempting to insert their email. It…
-
release date: end august (may be delayed early september waiting pytorch and numba)
wanted:
- [x] technical debt removal:
- no more NullSoft usage to create the launchers (only mkshim400.py …
-
[Window Title]
devenv.exe
[Main Instruction]
An unexpected error occurred
[Content]
Please press Ctrl+C to copy the contents of this dialog and report this error to our issue tracker.
[^] …
-
Using:
- Python 3.11.4
- Django 4.2.5
- django-allauth 0.56.1 (tried 0.55) as well
I'm stuck on making social auth work for a couple of days now. It always fails in `complete_social_login` at `…
-
Google has been switching to the Google Identity SDK since April of this year. Now Google returns a JWT token as a Credential Response. Now django-allauth + dj-rest-auth requires the transfer of acces…
-
Hello everyone. At first, thanks for the great, ongoing work!
I have the following problem: When we try to send an Confirmation E-Mail using Django-allauth, this email gets rendered. Since version …
-
I was trying to override `templates/account/email/password_reset_key_message.html` on my local project and i noticed a strange behavior.
Basically if i have both `.html` and `.txt`, allauth will pr…
-
Type: Bug
# Behaviour
This is the error thrown after updating to python 3.10, with 3.7 worked just fine. Recreated settings.json with the extension but still got this error:
2023-09-26 11:46:30…
-
#### Expected behavior
ThreadPool's destructor should exist right away when there are no runnables anymore
#### Actual behavior
ThreadPool is in a self imposed 10-second holding pattern waiting for…