reddav - basic mkdir support - needs more work to be robust

This commit is contained in:
friendica
2014-01-05 16:00:05 -08:00
parent d920e212ac
commit 061894d37f
3 changed files with 115 additions and 11 deletions

View File

@@ -51,6 +51,8 @@ class RedBasicAuth extends Sabre\DAV\Auth\Backend\AbstractBasic {
public $channel_hash = '';
public $observer = '';
public $owner_id;
protected function validateUserPass($username, $password) {
require_once('include/auth.php');
$record = account_verify_password($email,$pass);