* function isValidPassword modified to return boolean(true/false)
authorFenzik Joseph <fenzik@users.mediawiki.org>
Mon, 19 Oct 2009 03:01:11 +0000 (03:01 +0000)
committerFenzik Joseph <fenzik@users.mediawiki.org>
Mon, 19 Oct 2009 03:01:11 +0000 (03:01 +0000)
commita9357faf947cf380edfb8ef99c351b14b9aea3db
tree804c41548a813d7ba8693bec9676cac5a33278a9
parent2d132d75479f958c7f3dda21494f335638539a18
* function isValidPassword modified to return boolean(true/false)
* Added function getPasswordValidity return error message on failure for the given unvalidated password input.
* Replaced isValidPassword() fn call to getPasswordValidity() in SpecialUserlogin.php
config/Installer.php
docs/hooks.txt
includes/User.php
includes/specials/SpecialUserlogin.php