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

raeburn raeburn at source.lon-capa.org
Sun Aug 25 18:29:29 EDT 2019


raeburn		Sun Aug 25 22:29:29 2019 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	LONCAPA.pm 
  Log:
  - For 2.11
    Backport 1.36
  
  
Index: loncom/LONCAPA.pm
diff -u loncom/LONCAPA.pm:1.35.2.1 loncom/LONCAPA.pm:1.35.2.2
--- loncom/LONCAPA.pm:1.35.2.1	Fri Feb 15 22:01:23 2019
+++ loncom/LONCAPA.pm	Sun Aug 25 22:29:29 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Base routines
 #
-# $Id: LONCAPA.pm,v 1.35.2.1 2019/02/15 22:01:23 raeburn Exp $
+# $Id: LONCAPA.pm,v 1.35.2.2 2019/08/25 22:29:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -156,6 +156,13 @@
     return $distro;
 }
 
+# Return the default password length. Can be overridden in a domain
+# by specifying a larger value (integer) in the domain configuration.
+
+sub passwd_min {
+    return 7;
+}
+
 #----------------------------------------------------------------------
 #
 #  some of these subs need a bit of documentation




More information about the LON-CAPA-cvs mailing list