Author Topic: auto-fill addresses  (Read 2471 times)

Offline MobyCash

  • Jr. Member
  • **
  • Posts: 11
auto-fill addresses
« on: April 27, 2017, 10:42:39 PM »
How do I get my webmail address and password to auto-fill on each occasion?
Thanks.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: auto-fill addresses
« Reply #1 on: April 28, 2017, 10:15:55 AM »
You can set the following variable in your config.inc.php
Code: [Select]
// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;