From 816c6f92e90028910c078f4dc5941478cb0ab95f Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Fri, 19 Aug 2016 14:03:15 +1000 Subject: [PATCH] Change web service use restrictions --- db/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/services.php b/db/services.php index 7231adc..8638813 100644 --- a/db/services.php +++ b/db/services.php @@ -36,7 +36,7 @@ $functions = array( $services = array( 'Request login URL Service' => array( 'functions' => array ('auth_userkey_request_login_url'), - 'restrictedusers' => 0, + 'restrictedusers' => 1, 'enabled' => 1, ) );