Diff for /loncom/interface/createaccount.pm between versions 1.72.4.7 and 1.72.4.7.2.1

version 1.72.4.7, 2021/12/12 22:10:45 version 1.72.4.7.2.1, 2022/02/20 19:53:07
Line 37  use Apache::lonacc; Line 37  use Apache::lonacc;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::loncommon;  use Apache::loncommon;
 use Apache::lonhtmlcommon;  use Apache::lonhtmlcommon;
 use Apache::lonuserutils;  
 use Apache::lonlocal;  use Apache::lonlocal;
 use Apache::lonauth;  use Apache::lonauth;
 use Apache::resetpw;  use Apache::resetpw;
Line 528  sub javascript_checkpass { Line 527  sub javascript_checkpass {
     my $mismatchpass = &mt('The passwords you entered did not match.')."\n".      my $mismatchpass = &mt('The passwords you entered did not match.')."\n".
                        &mt('Please try again.');                          &mt('Please try again.'); 
     my ($numrules,$intargjs) =      my ($numrules,$intargjs) =
         &Apache::lonuserutils::passwd_validation_js('upass',$domain);          &Apache::loncommon::passwd_validation_js('upass',$domain);
     &js_escape(\$nopass);      &js_escape(\$nopass);
     &js_escape(\$mismatchpass);      &js_escape(\$mismatchpass);
     my $js = <<"ENDSCRIPT";      my $js = <<"ENDSCRIPT";

Removed from v.1.72.4.7  
changed lines
  Added in v.1.72.4.7.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>