From d31c91c9d37a58642c767e2b3deb7ba6442ea7bf Mon Sep 17 00:00:00 2001 From: Waitman Gobble Date: Mon, 18 Sep 2017 05:57:18 -0500 Subject: add remote login to login.tpl Add Remote login option to login.tpl, this exists in nav login. --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2b290862b..fd3155528 100755 --- a/boot.php +++ b/boot.php @@ -1605,6 +1605,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false, $logi '$login_page' => $login_page, '$logout' => t('Logout'), '$login' => t('Login'), + '$remote_login' => t('Remote Authentication'), '$form_id' => $form_id, '$lname' => array('username', t('Login/Email') , '', ''), '$lpassword' => array('password', t('Password'), '', ''), -- cgit v1.2.3