X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FLogin;h=618139428804e6cbd37aea96f7f638a08f4d2b41;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=b3f1a24ab61e63ea47bba708f2e720d8fce400d9;hpb=a60615bf7bde77aa2b9faf3fc268c149eecdb5ab;p=freeside.git diff --git a/rt/share/html/Elements/Login b/rt/share/html/Elements/Login index b3f1a24ab..618139428 100755 --- a/rt/share/html/Elements/Login +++ b/rt/share/html/Elements/Login @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,7 +46,7 @@ %# %# END BPS TAGGED BLOCK }}} % $m->callback( %ARGS, CallbackName => 'Header' ); -<& /Elements/Header, Title => loc('Login'), Focus => 'user', RichText => 0 &> +<& /Elements/Header, Title => loc('Login'), Focus => '#user', RichText => 0 &>
@@ -63,7 +63,7 @@ <& LoginRedirectWarning, %ARGS &> -% unless (RT->Config->Get('WebExternalAuth') and !RT->Config->Get('WebFallbackToInternalAuth')) { +% unless (RT->Config->Get('WebRemoteUserAuth') and !RT->Config->Get('WebFallbackToRTLogin')) {
@@ -73,7 +73,7 @@
<&|/l&>Password: - + Config->Get('AllowLoginPasswordAutoComplete') ? '' : 'autocomplete="off"' | n %> />
@@ -97,6 +97,7 @@ jQuery(function(){ % } +<& /Elements/LoginHelp &>
% $m->callback( %ARGS, CallbackName => 'AfterForm' );