user->isCurrentUser($user['id'])): ?> = $this->url->link(t('Link my Google Account'), 'oauth', 'google', array(), true) ?> = $this->url->link(t('Unlink my Google Account'), 'oauth', 'unlink', array('backend' => 'google'), true) ?> = empty($user['google_id']) ? t('No account linked.') : t('Account linked.') ?>
user->isCurrentUser($user['id'])): ?> = $this->url->link(t('Link my Github Account'), 'oauth', 'github', array(), true) ?> = $this->url->link(t('Unlink my Github Account'), 'oauth', 'unlink', array('backend' => 'github'), true) ?> = empty($user['github_id']) ? t('No account linked.') : t('Account linked.') ?>
= t('No external authentication enabled.') ?>