aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/BasicAuth.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-10 19:40:15 -0700
committerredmatrix <git@macgirvin.com>2016-05-10 19:40:15 -0700
commit915bd2ec7745110919a4d386ae2b433a2c22701a (patch)
treee7ad91ad0b793b317e5713ab31d0ff7579082446 /Zotlabs/Storage/BasicAuth.php
parent0b02a6d123b2014705998c94ddf3d460948d3eac (diff)
downloadvolse-hubzilla-915bd2ec7745110919a4d386ae2b433a2c22701a.tar.gz
volse-hubzilla-915bd2ec7745110919a4d386ae2b433a2c22701a.tar.bz2
volse-hubzilla-915bd2ec7745110919a4d386ae2b433a2c22701a.zip
sabre upgrade
Diffstat (limited to 'Zotlabs/Storage/BasicAuth.php')
-rw-r--r--Zotlabs/Storage/BasicAuth.php4
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);