-
**MODE: HEADLESS**
I don't understand how should I authenticate the user if he forgot his password?
```javascript
let response = await this.fetch(`${this.baseURL}/_allauth/browser/v1/auth/passw…
-
This seems to be an error generated from using allauth and MySQL in Django. This issue is not fully resolved, as far as I can tell. The obvious solution would seem to be to migrate to PostgreSQL. Howe…
-
As a **Site User** I can **Edit/Update Account Information** so that I can **I can keep my profile and details up-to-date.**
## Acceptance Criteria:
- Users can edit/update their account and detail …
-
### Deployment Method
- [ ] Installer
- [X] Docker Development
- [X] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a…
-
In some cases, users in our application will have joined an existing organization via e.g. SAML configuration (a `SocialApp`), and thus `user.has_usable_password is False` and `user.socialaccount_set`…
-
There was a similar issue earlier this year - https://github.com/pennersr/django-allauth/issues/3612 - which was fixed in https://github.com/pennersr/django-allauth/pull/3614.
The changes to Middle…
-
Right now the app requires to put in a valid public API URL, username and password to get an auth token.
If at all possible it would be nicer if the app could simply throw up a browser window with t…
-
-
Hello Team,
Could you please guide on how to customize the passwords reset email template in latest version? I have referred the previous issues but none of them are working for me.
Thanks in Ad…
-
Here are my settings
SOCIALACCOUNT_PROVIDERS = {
"google": {
"APP": {
"client_id": os.getenv("GOOGLE_OAUTH2_CLIENT_ID"),
"secret": os.getenv("GOOGLE_OAUTH2_CL…