version 1.35, 2019/02/15 20:56:10
|
version 1.36, 2019/08/25 02:43:33
|
Line 156 sub distro {
|
Line 156 sub distro {
|
return $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 |
# some of these subs need a bit of documentation |