-
This includes
- #210 - Allow email login
- #47 - 2factor auth
- #76 - email address update needs roundtrip verification
- #120 - consider replacing django-registration
- #182 - add language to user p…
-
- [2scoops](http://www.tangowithdjango.com/book/chapters/login.html)
- [Official docs](https://docs.djangoproject.com/en/1.5/topics/auth/default/)
- [x] Support `1.5`
- [ ] Support `1.6`
- [ ] Get rid…
-
I'm trying to my Django MVT based project into REST API. It's based on Django 3.2, Python 3.6 and django-allauth 0.50.0. Followed your documentation and registered urls for registration as:
```
…
-
There is the "Django" way, and then there is the "better" way perhaps (better is subjective I realize).
Could/Would there be a book to discuss commonly-used/recommended plug-ins?
Perhaps somethin…
-
Improvements for login...
1. Feedback if user is not authenticated
2. Email account activation
3. Change Password (while logged in)
4. Reset Password (via email)
5. Signup with google etc
-
The password_change_done url in dependent on its namspace. However, the namespace is set by the importing app, so this should be fixed. Either figure out how to get the default reverse to work, or pas…
-
# Create Text for New User Registration Email Verification
The Codebuddies New User Registration flow will be requiring that a user verify the email they used for signup. The current default email…
-
I have crated a rest API to sign up and login user via Google , If I provide my `token` access_type and pass the token, the new user is signed up , but I am not able to hit the same api again and get …
-
I have read about the lazy connection at the bottom of this link
https://django-categories.readthedocs.org/en/latest/getting_started.html#connecting-your-model-with-django-categories
I have also read…
-
Hi!
Django 4.0 was released with a built in `RedisCache` cache backend (https://docs.djangoproject.com/en/4.1/topics/cache/#redis). As far as I understand, it's a simpler (and built in) alternative…