[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth lonauth.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 28 10:12:56 EDT 2013
raeburn Wed Aug 28 14:12:56 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom/auth lonauth.pm
Log:
- For 2.11
- Backport 1.126
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.121.2.4 loncom/auth/lonauth.pm:1.121.2.5
--- loncom/auth/lonauth.pm:1.121.2.4 Tue Aug 13 13:29:09 2013
+++ loncom/auth/lonauth.pm Wed Aug 28 14:12:56 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonauth.pm,v 1.121.2.4 2013/08/13 13:29:09 raeburn Exp $
+# $Id: lonauth.pm,v 1.121.2.5 2013/08/28 14:12:56 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -205,9 +205,9 @@
my ($r) = @_;
&Apache::loncommon::content_type($r,'text/html');
$r->send_http_header;
- my $msg='<h1>'.&mt('Sorry ...').'</h1>'
+ my $msg='<b>'.&mt('Sorry ...').'</b><br />'
.&mt('Please [_1]log in again[_2].');
- &Apache::loncommon::simple_error_page($r,'Rerouting',$msg);
+ &Apache::loncommon::simple_error_page($r,'Rerouting',$msg,{'no_auto_mt_msg' => 1});
}
# ---------------------------------------------------------------- Main handler
More information about the LON-CAPA-cvs
mailing list