From f328b4d5a298923b62a20f52d6a6f3f7fb2469e8 Mon Sep 17 00:00:00 2001 From: Yelitza Parra Date: Thu, 4 Aug 2016 14:14:39 -0500 Subject: [PATCH] Making social login public to get social links displayed in login page --- src/Controller/Component/UsersAuthComponent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Controller/Component/UsersAuthComponent.php b/src/Controller/Component/UsersAuthComponent.php index 3257e607d..0f84d004e 100644 --- a/src/Controller/Component/UsersAuthComponent.php +++ b/src/Controller/Component/UsersAuthComponent.php @@ -110,7 +110,8 @@ protected function _initAuth() 'requestResetPassword', 'changePassword', 'endpoint', - 'authenticated' + 'authenticated', + 'socialLogin' ]); }