add remote login to login.tpl
Add Remote login option to login.tpl, this exists in nav login.
This commit is contained in:
parent
5c379b4d35
commit
d31c91c9d3
1
boot.php
1
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'), '', ''),
|
||||
|
Reference in New Issue
Block a user