-
Used relevant pieces:
django-allauth==0.28.0
django-rest-auth==0.8.2
Django==1.10.3
djangorestframework==3.5.3
Created a user with POST request to /rest-auth/registration/
Us…
-
I moved my app to use Firebase instead of APNS for iOS devices, and it was working with the legacy FCM API. After updating to the new HTTP v1 API notifications no longer go to iOS devices. Android dev…
-
I propose to add a User Authentication and Role Management feature to our application. This will allow users to securely register and log in, enhancing the overall security of the system. Additionally…
-
When calling the code to register a user, the API initially returns a status 500 error. However, despite the error, the user is still created. Afterwards, when i delete this user and the registration …
-
### What did you expect?
Consistency when running tests locally and in CI
### What actually happened?
When running `python3 manage.py test` locally in WSL, it runs all 33 tests but `FAILED (failure…
-
@mirams, I would like to add an LDAP authentication option for login. This would:
- Add option to deactivate existing user registration
- Add option to enable authentication via an LDAP server
- Au…
-
Hello I hope you are doing well, Im a newbie in django and now Im building a site web for users to get to register and poste their text and images to sell things and Im usig django 1.8, django-registr…
-
The maintainers of this project have discussed its future and agree that, in general, django-allauth is a better solution to Django User registration for those looking to adopt something.
However, we…
-
I'm using Email instead of a username to log in to my website. I'm using ACCOUNT_EMAIL_VERIFICATION = "mandatory" from django-allauth. I've also the following URL pattern as suggested in the docs.
fr…
-
The Initiating [User Registration via OpenID Connect 1.0](https://openid.net/specs/openid-connect-prompt-create-1_0.html) specification defines that the `prompt=create` can be used to explicitly signa…
jaap3 updated
2 months ago