AuthPlugin::setUserPassword PHP Method

setUserPassword() public method

Change a user's password on the remote source.
public setUserPassword ( $username, $password ) : boolean
$username string user to update
$password string the new password
return boolean true if successful
    function setUserPassword($username, $password)
    {
        return false;
    }