-
Notifications
You must be signed in to change notification settings - Fork 2
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
request.get_username #4
Comments
Hi, I would like to work on this. |
Hi @vrii14! Essentially, we use the Django
Ideally, the expected behaviour is that it fetches the currently used validated username. An invalid form submission should not result in the invalidated username being submitted - which is what occurs when checking in Django /admin/. However, for some weird reason, the get_username method returns the invalidated username on my local dev server, at least on that page. I am not sure if this is an (albeit low priority) bug in the method or my own misapplication of it's attributes. Logic may need to be implemented to work around this. |
I have fix it. Please checkout Pull Request #7 |
get_username()
fetches usernames which have been invalidated. See top-right cornerLow priority and zero impact on services, but good first issue.
The text was updated successfully, but these errors were encountered: