← Back to team overview

phpdevshell team mailing list archive

Re: [Question #204289]: PluggableAuth V1.0.0 Exception with bad password

 

Question #204289 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/204289

Bill Gosse gave more information on the question:
This is the code that I have around line 85:
$plugin = $this->getAuthPlugin($source);
if ($plugin->lookupUser(array('username' => $username, 'password' => $password))) {
	return $user;
}

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.