[LON-CAPA-cvs] cvs: loncom /auth migrateuser.pm

raeburn raeburn at source.lon-capa.org
Sun Sep 29 09:07:25 EDT 2013


raeburn		Sun Sep 29 13:07:25 2013 EDT

  Modified files:              
    /loncom/auth	migrateuser.pm 
  Log:
  - $match_domain and $match_username in use.
  
  
Index: loncom/auth/migrateuser.pm
diff -u loncom/auth/migrateuser.pm:1.18 loncom/auth/migrateuser.pm:1.19
--- loncom/auth/migrateuser.pm:1.18	Sun Sep 29 00:49:24 2013
+++ loncom/auth/migrateuser.pm	Sun Sep 29 13:07:25 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Starts a user off based of an existing token.
 #
-# $Id: migrateuser.pm,v 1.18 2013/09/29 00:49:24 raeburn Exp $
+# $Id: migrateuser.pm,v 1.19 2013/09/29 13:07:25 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -29,7 +29,7 @@
 package Apache::migrateuser;
 
 use strict;
-use LONCAPA;
+use LONCAPA qw(:DEFAULT :match);
 use Apache::Constants qw(:common :http :methods);
 use Apache::lonauth;
 use Apache::lonnet;




More information about the LON-CAPA-cvs mailing list