Don't allow the user to create DB users with no passwords, it's not good practice.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 23 Feb 2011 16:18:51 +0000 (16:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 23 Feb 2011 16:18:51 +0000 (16:18 +0000)
commit8fcd602c89b7872f5f3c94949e258935267fba5e
treea32014e7e363568c0ecbd5b078770d738af7e3ae
parent62679f963e76dc1eb4fa749df356ef87d9c42c53
Don't allow the user to create DB users with no passwords, it's not good practice.
We can't stop them from using users that already have empty passwords, but we can refuse to create it ;-)
includes/installer/DatabaseInstaller.php
includes/installer/Installer.i18n.php