Last modified: 2011-03-13 18:06:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T4696, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2696 - Test for username length should be made by characters, not bytes
Test for username length should be made by characters, not bytes
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
User login and signup (Other open bugs)
unspecified
All All
: Lowest minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-07-04 13:37 UTC by Carlos
Modified: 2011-03-13 18:06 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Carlos 2005-07-04 13:37:34 UTC
Besides of the fact that 32 chars is sometimes too low (see bug:2693), by
checking for a byte size the maximum character count for usernames not using
ASCII is reduced to one half or one third. (For example, usernames in cyrillic
would have a maximum size of 16 chars.)
Comment 1 Ævar Arnfjörð Bjarmason 2005-07-04 14:32:29 UTC
It's necessary to test the number of bytes rather than the number of characters
since the database works with bytes ( user_name has a maximum of 255 bytes ) and
not characters, closing as WONTFIX.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links