stormpath-django
stormpath-django copied to clipboard
username get over-ridden by email.
Due to this line https://github.com/stormpath/stormpath-django/blob/master/django_stormpath/models.py#L401,
username is over-ridden by email.
Current behavior: I can change the username of an account via Stormpath Admin, but when I log in my Django app, using the account's username/email field, the username field always reverts back to the email field.
Hmm, thanks for the report. Will look into this.