--- loncom/enrollment/Enrollment.pm 2004/06/29 04:30:00 1.16 +++ loncom/enrollment/Enrollment.pm 2004/08/23 17:07:27 1.17 @@ -1,5 +1,5 @@ # Automated Enrollment manager -# $Id: Enrollment.pm,v 1.16 2004/06/29 04:30:00 raeburn Exp $ +# $Id: Enrollment.pm,v 1.17 2004/08/23 17:07:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,7 +32,6 @@ use HTML::Entities; use LONCAPA::Configuration; use Time::Local; use lib '/home/httpd/lib/perl'; -use localenroll; use strict; @@ -281,7 +280,7 @@ sub update_LC { } } } elsif ($auth eq "localauth") { - ($authparam,$create_passwd,$authchk) = &localenroll::create_password($authparam); + ($authparam,$create_passwd,$authchk) = &Apache::lonnet::auto_create_password($crs,$dom,$authparam); } elsif ($auth =~ m/^krb/) { if ($authparam eq '') { $$logmsg .= "No Kerberos domain was provided for the new user - $uname, so the new student was not enrolled in the course.".$linefeed;