plugins/SpecialUserFuncs.php
changeset 845 a4460ba8ada2
parent 843 4415e50e4e84
child 907 44851d7e9bda
--- a/plugins/SpecialUserFuncs.php	Thu Feb 26 01:27:23 2009 -0500
+++ b/plugins/SpecialUserFuncs.php	Thu Feb 26 01:27:56 2009 -0500
@@ -514,6 +514,7 @@
     
     // These are to allow auth plugins to work universally between JSON and HTML login forms
     $userinfo =& $_POST;
+    $userinfo['password'] =& $password;
     $req = array(
       'level' => intval($_POST['auth_level']),
       'remember' => isset($_POST['remember'])