Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F584979
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/includes/user/UserNameUtils.php b/includes/user/UserNameUtils.php
index b689550521e..9bb19b8fa5c 100644
--- a/includes/user/UserNameUtils.php
+++ b/includes/user/UserNameUtils.php
@@ -108,7 +108,7 @@ class UserNameUtils implements UserRigorOptions {
* Checks if the input is a valid username, we don't want an empty string,
* an IP address, any type of IP range, anything that contains slashes
* (would mess up subpages), is longer than the maximum allowed username
- * size or doesn't begin with a capital letter.
+ * size or begins with a lowercase letter.
*
* @param string $name Name to match
* @return bool
@@ -335,7 +335,7 @@ class UserNameUtils implements UserRigorOptions {
* addresses like this, if we allowed accounts like this to be created
* new users could get the old edits of these anonymous users.
*
- * This does //not// match IPv6 ranges (T239527)
+ * This does //not// match IP ranges. See also T239527.
*
* @param string $name Name to check
* @return bool
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:31 AM (10 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227446
Default Alt Text
(1 KB)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment