(bug 9813) Reject usernames containing '#' to avoid silent truncation of fragments...
authorRob Church <robchurch@users.mediawiki.org>
Sat, 19 May 2007 19:55:57 +0000 (19:55 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 19 May 2007 19:55:57 +0000 (19:55 +0000)
commite424d8dc6904213c6348957dd5ea59f36ef27217
treebaaa964e7f92d90ddf9e2df3c9837d5e1f213746
parent620fe4edd022894ea173783c58b2bf4c8b3bcd92
(bug 9813) Reject usernames containing '#' to avoid silent truncation of fragments during the normalisation process

This adds an explicit check to User::getCanonicalName() which is required to run before title normalisation, since it's too late once that's been done. This won't affect existing accounts.
RELEASE-NOTES
includes/User.php