X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FLogin;h=cd38b29b19520ee2f4fc4867a501d22b2140ceb0;hb=026dc7ad72ba972f230b6709e31fa64397d75ad4;hp=b86bfef16739474dd1d63f1f7d22abd8322d5cee;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/share/html/Elements/Login b/rt/share/html/Elements/Login index b86bfef16..cd38b29b1 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-2015 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 &>
@@ -61,7 +61,9 @@
<&| /Widgets/TitleBox, title => loc('Login'), titleright => $RT::VERSION, hideable => 0 &> -% unless (RT->Config->Get('WebExternalAuth') and !RT->Config->Get('WebFallbackToInternalAuth')) { +<& LoginRedirectWarning, %ARGS &> + +% unless (RT->Config->Get('WebRemoteUserAuth') and !RT->Config->Get('WebFallbackToRTLogin')) {
@@ -71,7 +73,7 @@
<&|/l&>Password: - + Config->Get('AllowLoginPasswordAutoComplete') ? '' : 'autocomplete="off"' | n %> />
@@ -95,6 +97,7 @@ jQuery(function(){ % } +<& /Elements/LoginHelp &>
% $m->callback( %ARGS, CallbackName => 'AfterForm' );