Fix unicode username hints with SSO
Usernames containing unicode characters were reportedly not showing up correctly in the registration form when registered with MOE/SAML, FB and Google. This change fixes the issue by overriding the django setting SOCIAL_AUTH_CLEAN_USERNAMES to disable the default username check that wasn't allowing non-ascii values.
Please register or sign in to comment