aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-09-28 11:01:46 +0200
committerGitHub <noreply@github.com>2017-09-28 11:01:46 +0200
commitf79d5ec18ec2f68b6479b8e2605984c24424809d (patch)
treef092b968b6ff4a62cc87d38b2a554065622fbedf /boot.php
parent98e05349848956659f081975bd704f368fd2372c (diff)
parentd31c91c9d37a58642c767e2b3deb7ba6442ea7bf (diff)
downloadvolse-hubzilla-f79d5ec18ec2f68b6479b8e2605984c24424809d.tar.gz
volse-hubzilla-f79d5ec18ec2f68b6479b8e2605984c24424809d.tar.bz2
volse-hubzilla-f79d5ec18ec2f68b6479b8e2605984c24424809d.zip
Merge pull request #861 from waitman/patch-3
add remote login to login.tpl
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 0eae3ad20..f955ba511 100755
--- a/boot.php
+++ b/boot.php
@@ -1637,6 +1637,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'), '', ''),