TweetWhile installing mediawiki, if you enter admin's password same as the admin username, it will not let you log in to the admin account!!! After vexing on the problem for sometime here is what I uncovered. There is a method called 'isValidPassword()' in 'User' class (in includes/User.php file) that has the following line which prevents [...]