Author Topic: Logging into Roundcube  (Read 2323 times)

Offline Cheryl

  • Newbie
  • *
  • Posts: 1
Logging into Roundcube
« on: September 11, 2012, 12:22:03 AM »
Is it necessary to enter my email and password everytime I want to access my email? Can I not just enter the password and have the username remain?

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: Logging into Roundcube
« Reply #1 on: September 11, 2012, 01:11:01 AM »
Please look in the main.inc.php installation file:

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