From 915bd2ec7745110919a4d386ae2b433a2c22701a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 10 May 2016 19:40:15 -0700 Subject: sabre upgrade --- Zotlabs/Storage/BasicAuth.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Zotlabs/Storage/BasicAuth.php') diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php index 637cd222f..da5af7659 100644 --- a/Zotlabs/Storage/BasicAuth.php +++ b/Zotlabs/Storage/BasicAuth.php @@ -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); -- cgit v1.2.3