From a5f1ce63eef0c990b62fa4b1c75e700a058f2a6a Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Feb 2017 14:07:43 +0200 Subject: [PATCH] user registration --- app/library/App/Resources/UserResource.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/library/App/Resources/UserResource.php b/app/library/App/Resources/UserResource.php index d6185a6..9cbeaa8 100755 --- a/app/library/App/Resources/UserResource.php +++ b/app/library/App/Resources/UserResource.php @@ -41,7 +41,8 @@ class UserResource extends ApiResource { ]) ) ->endpoint(ApiEndpoint::post('/registration', 'registration')) - ->deny(AclRoles::AUTHORIZED) + //test mode + //->deny(AclRoles::AUTHORIZED) ->description('Registration') ; } -- libgit2 0.21.4