sabre upgrade

This commit is contained in:
redmatrix
2016-05-10 19:40:15 -07:00
parent 0b02a6d123
commit 915bd2ec77
4 changed files with 51 additions and 65 deletions

View File

@@ -84,10 +84,6 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic {
* @return bool
*/
protected function validateUserPass($username, $password) {
if (trim($password) === '+++') {
logger('guest: ' . $username);
return true;
}
require_once('include/auth.php');
$record = account_verify_password($username, $password);