aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorWaitman Gobble <waitman@waitman.net>2017-09-18 05:57:18 -0500
committerGitHub <noreply@github.com>2017-09-18 05:57:18 -0500
commitd31c91c9d37a58642c767e2b3deb7ba6442ea7bf (patch)
tree449ec3de868dcfddfa7cfd5e3d0694a0aae5a192 /boot.php
parent5c379b4d356169b8eada1f6e1851dbc7f5af6933 (diff)
downloadvolse-hubzilla-d31c91c9d37a58642c767e2b3deb7ba6442ea7bf.tar.gz
volse-hubzilla-d31c91c9d37a58642c767e2b3deb7ba6442ea7bf.tar.bz2
volse-hubzilla-d31c91c9d37a58642c767e2b3deb7ba6442ea7bf.zip
add remote login to login.tpl
Add Remote login option to login.tpl, this exists in nav login.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
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'), '', ''),