Changeset fbe24e9 in github for config/main.inc.php.dist


Ignore:
Timestamp:
Nov 24, 2010 6:56:15 AM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e363b0d3
Parents:
576b330
Message:

Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable

File:
1 edited

Legend:

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

    re3af1f2 rfbe24e9  
    180180// set the port for the ssl connection as value of this option if it differs from the default 443 
    181181$rcmail_config['force_https'] = false; 
     182 
     183// Allow browser-autocompletion on login form 
     184$rcmail_config['login_autocomplete'] = false; 
    182185 
    183186// automatically create a new Roundcube user when log-in the first time. 
Note: See TracChangeset for help on using the changeset viewer.