summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/index.php b/api/index.php
index 090493b27..babd50a07 100644
--- a/api/index.php
+++ b/api/index.php
@@ -78,6 +78,8 @@
$uid = 0;
}
+ if (SINGLE_USER_MODE) $login = "admin";
+
if ($uid && get_pref($link, "ENABLE_API_ACCESS", $uid)) {
if (authenticate_user($link, $login, $password)) { // try login with normal password
print api_wrap_reply(API_STATUS_OK, $seq,