﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30236	"UsernameField should use autocapitalize=""none"""	Clayton Daley	pmisteliac	"IOS devices often auto-capitalize the first letter in input fields.  While this may be OK in a lot of places, it's not an acceptable behavior while usernames remain case sensitive (i.e. https://code.djangoproject.com/ticket/2273).

To address this issue, username inputs should include `autocapitalize=""none""` among the attrs for the username (and possibly password) fields.  I ran into this issue with `django.contrib.auth.forms.AuthenticationForm`, where `autocapitalize=""none""` could be added to the attrs in the property-based field.  However, I could see the argument for fixing it at the `UsernameField` so it cascades to other uses (e.g. `UserCreationForm` and `UserChangeForm`)."	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
