From: Charles C. <ch...@ru...> - 2005-01-06 09:28:11
|
After a bit more thought and investigation... in _PearDbPassUser->userExists(), the following three lines should be cut and then pasted into the following _PearDbPassUser->checkPass(). if (!$this->_checkPassLength($submitted_password)) { return WIKIAUTH_FORBIDDEN; } regards, Charles |