diff options
author | Waitman Gobble <waitman@waitman.net> | 2017-09-18 05:57:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 05:57:18 -0500 |
commit | d31c91c9d37a58642c767e2b3deb7ba6442ea7bf (patch) | |
tree | 449ec3de868dcfddfa7cfd5e3d0694a0aae5a192 | |
parent | 5c379b4d356169b8eada1f6e1851dbc7f5af6933 (diff) | |
download | volse-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.
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'), '', ''), |