#20694: Non-ascii unicode characters considered invalid in username
-------------------------------+--------------------
     Reporter:  akhayyat@…     |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  contrib.auth   |    Version:  1.5
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  1
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 In the admin's user change form, entering a new username with non-ascii
 unicode characters, e.g. é or ع, and saving the form results in an "Enter
 a valid username" error message.

 The model field accepts such usernames programmatically, but editing a
 form with such a username prevents saving it unless the username is
 changed to remove all non-ascii characters.

 This pull request fixes the problem, and allows saving the form with non-
 ascii unicode characters in the username field:

 https://github.com/django/django/pull/1322

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20694>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.865645dfd4a0a5fc4440b80293994f12%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to