|
|
@@ -157,7 +157,7 @@ class DigestAuthenticate extends BaseAuthenticate {
|
|
|
* @param string $password Unused password, digest doesn't require passwords.
|
|
|
* @return Mixed Either false on failure, or an array of user data.
|
|
|
*/
|
|
|
- protected function _findUser($username, $password) {
|
|
|
+ protected function _findUser($username, $password = null) {
|
|
|
$userModel = $this->settings['userModel'];
|
|
|
list($plugin, $model) = pluginSplit($userModel);
|
|
|
$fields = $this->settings['fields'];
|