Ignore:
Timestamp:
Dec 1, 2010 6:20:43 AM (3 years ago)
Author:
alec
Message:
  • Allow setting autocomplete attribute for all inputs separately (#1487313)
File:
1 edited

Legend:

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

    r4290 r4296  
    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.