Changeset 1cca4fb in github for config/main.inc.php.dist
- Timestamp:
- Dec 1, 2010 6:20:43 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 27acfd6
- Parents:
- 53604a0
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
re17553d r1cca4fb 181 181 $rcmail_config['force_https'] = false; 182 182 183 // Allow browser-autocompletion on login form 184 $rcmail_config['login_autocomplete'] = false; 183 // Allow browser-autocompletion on login form. 184 // 0 - disabled, 1 - username and host only, 2 - username, host, password 185 $rcmail_config['login_autocomplete'] = 0; 185 186 186 187 // If users authentication is not case sensitive this must be enabled.
Note: See TracChangeset
for help on using the changeset viewer.
