--- loncom/interface/resetpw.pm 2021/11/30 15:55:37 1.50 +++ loncom/interface/resetpw.pm 2025/02/14 19:01:11 1.52 @@ -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.50 2021/11/30 15:55:37 raeburn Exp $ +# $Id: resetpw.pm,v 1.52 2025/02/14 19:01:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -328,7 +328,7 @@ END my $authtype = &Apache::lonnet::queryauthenticate($uname,$udom); if ($authtype =~ /^internal/) { my ($blocked,$blocktext) = - &Apache::loncommon::blocking_status('passwd',$clentip,$uname,$udom); + &Apache::loncommon::blocking_status('passwd',$clientip,$uname,$udom); if ($blocked) { $output = '

'.$blocktext.'

' .&display_actions($contact_email,$domdesc); @@ -442,11 +442,11 @@ sub get_uname { $msg .= $contents; } } - $msg .= '

'.&mt('Three conditions must be met:') + $msg .= '

'.&mt('Three conditions must be met:').'

' .'

'; + .''; my $onchange = 'javascript:verifyDomain(this,this.form);'; $msg .= '
'. &Apache::lonhtmlcommon::start_pick_box(). @@ -793,7 +793,6 @@ sub reset_passwd { delete($env{'form.udom'}); } } else { -#FIXME $r->print(&mt('The token included in an e-mail sent to you [_1] has been verified, so you may now proceed to reset the password for your LON-CAPA account.',$reqtime).'

'); if (keys(%formfields)) { if (($formfields{'username'}) && ($formfields{'email'})) {