You can use the {{lowercase}} template on your user name, which will ensure that the first letter is displayed lowercase on your user page at least. This uses the {{DISPLAYTITLE}} magic word. See https://web.archive.org/web/20190410170303/https://en.wikipedia.org/wiki/User:cscott .
*However*, there are a number of places this doesn't work:
- Urls of subpages, eg https://web.archive.org/web/20190410170303/https://en.wikipedia.org/wiki/User:cscott
- In the login banner at the top of the page
- In revision history, eg https://web.archive.org/web/20190814162140/https://en.wikipedia.org/w/index.php?title=User:Cscott/Ideas&action=history
- In signature expansion (~~~~)
These could be addressed one-by-one to improve the appearance for folks with lowercase usernames.
Original:
Author: CobraSA
Description:
$wgCapitalLinkOverrides[ NS_USER ] = false;
is supposed to allow to have users names without capitalization.
but it doesn't work for me.
When I login as root (which is already in the database, because non capitalized user names worked in 1.12.0), it creates user Root capitalized in the database.
Please help me.