Skip to content

Creating User account in admin does not create EmailAddress #206

Open
@martey

Description

@martey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions