Passwd_Driver::_changePassword PHP Method

_changePassword() abstract protected method

Changes the user's password.
abstract protected _changePassword ( string $user, string $oldpass, string $newpass )
$user string The user for which to change the password (converted to backend username).
$oldpass string The old (current) user password.
$newpass string The new user password to set.
    protected abstract function _changePassword($user, $oldpass, $newpass);