[LON-CAPA-cvs] cvs: loncom /interface resetpw.pm
raeburn
raeburn at source.lon-capa.org
Fri Feb 14 14:01:11 EST 2025
raeburn Fri Feb 14 19:01:11 2025 EDT
Modified files:
/loncom/interface resetpw.pm
Log:
- Satisfy w3c xhtml validation.
Index: loncom/interface/resetpw.pm
diff -u loncom/interface/resetpw.pm:1.51 loncom/interface/resetpw.pm:1.52
--- loncom/interface/resetpw.pm:1.51 Tue Nov 30 16:08:44 2021
+++ loncom/interface/resetpw.pm Fri Feb 14 19:01:11 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow access to password changing via a token sent to user's e-mail.
#
-# $Id: resetpw.pm,v 1.51 2021/11/30 16:08:44 raeburn Exp $
+# $Id: resetpw.pm,v 1.52 2025/02/14 19:01:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -442,11 +442,11 @@
$msg .= $contents;
}
}
- $msg .= '<p>'.&mt('Three conditions must be met:')
+ $msg .= '<p>'.&mt('Three conditions must be met:').'</p>'
.'<ul><li>'.&mt('An e-mail address must have previously been associated with your LON-CAPA username.').'</li>'
.'<li>'.&mt('You must be able to access e-mail sent to that address.').'</li>'
.'<li>'.&mt('Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.')
- .'</ul></p>';
+ .'</ul>';
my $onchange = 'javascript:verifyDomain(this,this.form);';
$msg .= '<form name="forgotpw" method="post" action="/adm/resetpw" onsubmit="return validInfo();">'.
&Apache::lonhtmlcommon::start_pick_box().
More information about the LON-CAPA-cvs
mailing list