From 12036aa21f4308aca4d816864b357f9627a0f437 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Jul 2015 07:28:46 -0400 Subject: Refactoring of Google Authentication (new callback url) --- app/Template/user/external.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/user') diff --git a/app/Template/user/external.php b/app/Template/user/external.php index df85ace7..18d40d79 100644 --- a/app/Template/user/external.php +++ b/app/Template/user/external.php @@ -8,9 +8,9 @@

user->isCurrentUser($user['id'])): ?> - url->link(t('Link my Google Account'), 'user', 'google', array(), true) ?> + url->link(t('Link my Google Account'), 'oauth', 'google', array(), true) ?> - url->link(t('Unlink my Google Account'), 'user', 'unlinkGoogle', array(), true) ?> + url->link(t('Unlink my Google Account'), 'oauth', 'unlink', array('backend' => 'google'), true) ?> -- cgit v1.2.3