Changeset 1cca4fb in github for config/main.inc.php.dist


Ignore:
Timestamp:
Dec 1, 2010 6:20:43 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
27acfd6
Parents:
53604a0
Message:
  • Allow setting autocomplete attribute for all inputs separately (#1487313)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    re17553d r1cca4fb  
    181181$rcmail_config['force_https'] = false; 
    182182 
    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; 
    185186 
    186187// If users authentication is not case sensitive this must be enabled. 
Note: See TracChangeset for help on using the changeset viewer.