--- loncom/interface/resetpw.pm 2021/11/30 15:55:37 1.50 +++ loncom/interface/resetpw.pm 2021/11/30 16:08:44 1.51 @@ -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.51 2021/11/30 16:08:44 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); @@ -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'})) {