From 68b0380118cc0ff4f8dc99125dce7d97b61e02f3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Nov 2019 13:03:06 +0300 Subject: add placeholder authentication via app passwords if service is passed forbid logins via regular passwords for services remove AUTH_DISABLE_OTP --- api/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'api') diff --git a/api/index.php b/api/index.php index 3fbf6bf57..363f2ae13 100644 --- a/api/index.php +++ b/api/index.php @@ -22,8 +22,6 @@ ini_set('session.use_cookies', 0); ini_set("session.gc_maxlifetime", 86400); - define('AUTH_DISABLE_OTP', true); - if (defined('ENABLE_GZIP_OUTPUT') && ENABLE_GZIP_OUTPUT && function_exists("ob_gzhandler")) { -- cgit v1.2.3