Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: MobyCash on April 14, 2017, 01:39:15 AM

Title: how to set up auto complete logins
Post by: MobyCash on April 14, 2017, 01:39:15 AM
How do I go about setting up auto comlete for logins to my email etc please?
Title: Re: how to set up auto complete logins
Post by: SKaero on April 14, 2017, 02:07:05 AM
Change the following in your Roundcube config:
Code: [Select]
// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;