Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: MobyCash on April 27, 2017, 10:42:39 PM

Title: auto-fill addresses
Post by: MobyCash on April 27, 2017, 10:42:39 PM
How do I get my webmail address and password to auto-fill on each occasion?
Thanks.
Title: Re: auto-fill addresses
Post by: SKaero on April 28, 2017, 10:15:55 AM
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;