Remove unused method (parent class defines it)

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-12-01 13:54:04 +01:00
parent c98fe34e57
commit 46a70dba88

View File

@ -264,15 +264,4 @@ class AuthenticationHttp extends AuthenticationPlugin
return true;
}
/**
* Callback when user changes password.
*
* @param string $password New password to set
*
* @return void
*/
public function handlePasswordChange($password)
{
}
}