Skip to content

Registration Serializer should not create user with username #358

@DevJaco

Description

@DevJaco

When calling the create_user function on the RegisterUserSerializer the field 'username' is passed.
Django Oscar's abstract User model does not use the username field.
Possibly remove this from the serializer and allow the user to override if they are not using this model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions