X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FLogin;h=6a71182899ea98edeb3bd7f887c549da4648bd31;hp=2c48294a29759ecfebf093162d4743b296cc63fe;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf diff --git a/rt/share/html/Elements/Login b/rt/share/html/Elements/Login index 2c48294a2..6a7118289 100755 --- a/rt/share/html/Elements/Login +++ b/rt/share/html/Elements/Login @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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' );