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

Use AUTH_USER_MODEL's USERNAME_FIELD as default for setting AXES_USERNAME_FORM_FIELD instead of hardcoded "username" #1270

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

amneher
Copy link

@amneher amneher commented Jan 17, 2025

in /axes/conf.py:47, instead of defaulting to "username" for the value of AXES_USERNAME_FORM_FIELD, get the current user model's USERNAME_FIELD.

Fixes # 1133

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

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.

1 participant