Open
Description
I am using django-user-accounts 1.2.0.
Steps to reproduce:
- Use the Django admin to create a django.contrib.auth.models.User
- An
accounts.models.Account
is created for the new User - An
accounts.models.EmailAddress
is not created, so tasks like resetting the user's password fail.
This might be the same issue as reported in #72, but I am not certain.
I think creating a new User in the admin should also create an Account and EmailAddress. If not, I think the documentation should be updated to explain why this is not possible.