diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2010-03-01 19:49:05 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2010-03-01 19:49:05 +0000 |
| commit | c8015052d935a99a5c8f96434b2d0cd16d8a4e14 (patch) | |
| tree | 19c5154c8e84cfafa0781d11fd0b8a187648fd43 /docs/topics/auth.txt | |
| parent | 647651698fb84d864f911db15503f77acdd0cbf0 (diff) | |
Fixed #5786: relaxed the validation for usernames to allow more common characters '@', etc.
This is really just a stop-gap until we come up with a improved way of handling
disparate auth data, but it should help us stretch a bit more milage out of the
current system.
Thanks to alextreme, lbruno, and clayg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/auth.txt')
| -rw-r--r-- | docs/topics/auth.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 1c52ab674e..0ff2ee6f5e 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -71,6 +71,9 @@ Fields Required. 30 characters or fewer. Alphanumeric characters only (letters, digits and underscores). + + .. versionchanged:: 1.2 + Usernames may now contain ``@``, ``+``, ``.`` and ``-`` characters. .. attribute:: models.User.first_name |
