This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "Configuration file"
From Group-Office Groupware and CRM Documentation
(Created page with "=Password validation= {|cellpadding="5" cellspacing="0" border="1" !name !Default !Description |- |password_validate |true |Enable password validation |- |password_min_length...") |
|||
Line 1: | Line 1: | ||
+ | The values described here can be put in your config.php file as $config['varname']='value'; The file can be located in: | ||
+ | |||
+ | #/etc/groupoffice/config.php | ||
+ | #/etc/groupoffice/<APACHE SERVER_NAME>/config.php | ||
+ | #The Group-Office directory or any of it's parent directories. | ||
+ | |||
=Password validation= | =Password validation= | ||
{|cellpadding="5" cellspacing="0" border="1" | {|cellpadding="5" cellspacing="0" border="1" |
Revision as of 14:58, 29 January 2013
The values described here can be put in your config.php file as $config['varname']='value'; The file can be located in:
- /etc/groupoffice/config.php
- /etc/groupoffice/<APACHE SERVER_NAME>/config.php
- The Group-Office directory or any of it's parent directories.
Password validation
name | Default | Description |
---|---|---|
password_validate | true | Enable password validation |
password_min_length | 6 | Minimum required password length |
password_require_uc | true | Require an uppercase characters |
password_require_lc | true | Require a lowercase characters |
password_require_num | true | Require a number |
password_require_sc | true | Require a special char |
password_require_uniq | 3 | Required number of unique characters |