Skip to content
Snippets Groups Projects

Resolve "Allow to configure WEBAPP_USER_CONFIG_MIN_PASSWORD_LENGTH environment variable"

Files
4
+ 2
0
@@ -9,6 +9,7 @@
# @param app_name A custom string displayed to users as name of service.
# @param app_shortname A custom string displayed to users as short name of service.
# @param app_session_lifetime Lifetime of webapp session in seconds
# @param app_user_min_password_lenght Minimum user password length
# @param app_secret Application secret is required to generate CSRF tokens
# @param config_path Directory where Comptoir-du-Libre configuration file is stored.
# @param var_path Directory where Comptoir-du-Libre stores var files.
@@ -51,6 +52,7 @@ class comptoir (
String[1] $app_name = 'Comptoir-du-Libre',
String[1] $app_shortname = 'Comptoir',
Integer $app_session_lifetime = 3600,
Integer $app_user_min_password_lenght = 12,
Stdlib::Absolutepath $config_path = '/etc/comptoir',
Stdlib::Absolutepath $var_path = '/var/comptoir',
String[1] $trusted_hosts = $facts['networking']['fqdn'],
Loading