Change web service use restrictions
This commit is contained in:
parent
56d8c6cbe0
commit
816c6f92e9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue