--- loncom/LONCAPA.pm 2019/02/15 20:56:10 1.35 +++ loncom/LONCAPA.pm 2019/08/25 02:43:33 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Base routines # -# $Id: LONCAPA.pm,v 1.35 2019/02/15 20:56:10 raeburn Exp $ +# $Id: LONCAPA.pm,v 1.36 2019/08/25 02:43:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -156,6 +156,13 @@ sub distro { 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