Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty Welcome username for custom user model #644

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Fix empty Welcome username for custom user model #644

wants to merge 5 commits into from

Conversation

nwolff
Copy link

@nwolff nwolff commented Oct 18, 2017

A django custom user model does not always have a username attribute,
but the get_username() method is present for all user implementations.

A django custom user model does not always have a `username` attribute,
but the `get_username()` method is present for all user implementations.
@nwolff
Copy link
Author

nwolff commented Oct 23, 2017

This is what the UI looks like when one uses a custom user model:

2017-10-23-082615_344x104_scrot

(this commit fixes that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants