Skip to content
New issue

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

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

Already on GitHub? # to your account

#3202 changed username verbose name to email so that Django builtins display it properly #4069

Closed
wants to merge 1 commit into from

Conversation

ajrbyers
Copy link
Member

Closes #3202

@mauromsl mauromsl self-requested a review April 2, 2024 10:08
Copy link
Member

@mauromsl mauromsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better approach to this is to override the form the AdminSite loads with our own version:

https://docs.djangoproject.com/en/3.2/ref/contrib/admin/#django.contrib.admin.AdminSite.login_form

@ajrbyers
Copy link
Member Author

ajrbyers commented Apr 2, 2024

Closed in favor of #4076

@ajrbyers ajrbyers closed this Apr 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin login page username -> email.
2 participants