diff options
author | redmatrix <git@macgirvin.com> | 2016-05-10 19:40:15 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-10 19:40:15 -0700 |
commit | 915bd2ec7745110919a4d386ae2b433a2c22701a (patch) | |
tree | e7ad91ad0b793b317e5713ab31d0ff7579082446 /Zotlabs/Storage | |
parent | 0b02a6d123b2014705998c94ddf3d460948d3eac (diff) | |
download | volse-hubzilla-915bd2ec7745110919a4d386ae2b433a2c22701a.tar.gz volse-hubzilla-915bd2ec7745110919a4d386ae2b433a2c22701a.tar.bz2 volse-hubzilla-915bd2ec7745110919a4d386ae2b433a2c22701a.zip |
sabre upgrade
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r-- | Zotlabs/Storage/BasicAuth.php | 4 |
1 files changed, 0 insertions, 4 deletions
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); |