Author Topic: how to set up auto complete logins  (Read 2106 times)

Offline MobyCash

  • Jr. Member
  • **
  • Posts: 11
how to set up auto complete logins
« on: April 14, 2017, 01:39:15 AM »
How do I go about setting up auto comlete for logins to my email etc please?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: how to set up auto complete logins
« Reply #1 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;