Roundcube Community Forum

 

auto-fill addresses

Started by MobyCash, April 27, 2017, 10:42:39 PM

Previous topic - Next topic

MobyCash

How do I get my webmail address and password to auto-fill on each occasion?
Thanks.

SKaero

You can set the following variable in your config.inc.php

// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;