Skip to content

Disable auto-capitalization in username login fields

Georgios Andreadis requested to merge disable-autocapitalize into development

On mobile devices (such as tablets), auto-capitalization currently forces the login to start with an uppercase character, which often isn't the case for those usernames. This fixes that.

Note that I'm also changing this on the guest size, since we'll soon have tokens there that start with lowercase characters

Merge request reports