[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth lonauth.pm

raeburn raeburn at source.lon-capa.org
Thu Dec 30 00:11:28 EST 2021


raeburn		Thu Dec 30 05:11:28 2021 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/auth	lonauth.pm 
  Log:
  - For 2.11
    Backport 1.170 (part) omitted in rev. 1.121.2.22.  
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.121.2.23 loncom/auth/lonauth.pm:1.121.2.24
--- loncom/auth/lonauth.pm:1.121.2.23	Thu Dec 16 21:48:19 2021
+++ loncom/auth/lonauth.pm	Thu Dec 30 05:11:28 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.121.2.23 2021/12/16 21:48:19 raeburn Exp $
+# $Id: lonauth.pm,v 1.121.2.24 2021/12/30 05:11:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -41,6 +41,7 @@
 use Apache::File();
 use HTML::Entities;
 use Digest::MD5;
+use CGI::Cookie();
  
 # ------------------------------------------------------------ Successful login
 sub success {




More information about the LON-CAPA-cvs mailing list