Remove unused method (parent class defines it)
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
c98fe34e57
commit
46a70dba88
@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user