--- loncom/interface/resetpw.pm 2008/10/04 00:09:18 1.10
+++ loncom/interface/resetpw.pm 2009/09/14 14:48:20 1.11.2.1
@@ -1,6 +1,8 @@
# The LearningOnline Network
# Allow access to password changing via a token sent to user's e-mail.
#
+# $Id: resetpw.pm,v 1.11.2.1 2009/09/14 14:48:20 raeburn Exp $
+#
# Copyright Michigan State University Board of Trustees
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
@@ -58,7 +60,7 @@ sub handler {
{
'no_inline_link' => 1,});
$r->print($start_page);
- $r->print(&mt('
'.&mt('Reset forgotten LON-CAPA password').'
'));
+ $r->print(''.&mt('Reset forgotten LON-CAPA password').'
');
my $output;
if ($token) {
$output = &reset_passwd($r,$token,$contact_name,$contact_email);
@@ -118,12 +120,12 @@ sub get_uname {
my %lt = &Apache::lonlocal::texthash(
unam => 'username',
udom => 'domain',
- uemail => 'Email address in LON-CAPA',
+ uemail => 'E-mail address in LON-CAPA',
proc => 'Proceed');
my $msg = &mt('If you use the same account for other campus services besides LON-CAPA, (e.g., e-mail, course registration, etc.), a separate centrally managed mechanism likely exists to reset a password. However, if your account is used for just LON-CAPA access you will probably be able to reset a password from this page.');
- $msg .= '
'.&mt('Three conditions must be met:')
- .'- '.&mt('An e-mail address must have previously been associated with your LON-CAPA username.').'
'
+ $msg .= &mt('Three conditions must be met:')
+ .'- '.&mt('An e-mail address must have previously been associated with your GCI WebCenter username.').'
'
.'- '.&mt('You must be able to access e-mail sent to that address.').'
'
.'- '.&mt('Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.')
.'
';
@@ -131,9 +133,9 @@ sub get_uname {