--- loncom/interface/createaccount.pm 2008/05/14 20:05:07 1.5 +++ loncom/interface/createaccount.pm 2008/06/27 16:08:42 1.6 @@ -3,7 +3,7 @@ # institutional log-in ID (institutional authentication required - localauth # or kerberos) or an e-mail address. # -# $Id: createaccount.pm,v 1.5 2008/05/14 20:05:07 raeburn Exp $ +# $Id: createaccount.pm,v 1.6 2008/06/27 16:08:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -80,7 +80,7 @@ sub handler { &Apache::loncommon::end_page(); $r->print($start_page."\n".'

'.&mt('You are already logged in').'

'. '

'.&mt('Please either [_1]continue the current session[_2] or [_3]logout[_4].','','','',''). - '

'.&mt('Problems?').'

'.$end_page); + '

'.&mt('Login problems?').'

'.$end_page); return OK; } $start_page = @@ -687,7 +687,10 @@ sub username_validation { if ($authok eq 'authorized') { ($output,undef) = &username_check($username,$domain,$domdesc,$courseid); } else { - $output = &mt('Not authenticated').' '.&mt('Please check the username and password'); + $output = '
' + .&mt('Username and/or password could not be authenticated.') + .'
' + .&mt('Please check the username and password.'); } } return $output;