Author Topic: Password  (Read 2109 times)

Offline nelliekranzedwards

  • Newbie
  • *
  • Posts: 1
Password
« on: May 17, 2017, 01:19:08 PM »
Hi!  Is there a way around having to enter a username and password in order to use roundcube?  I prefer not to have to do that every time I want to check my email!! :(

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Password
« Reply #1 on: May 17, 2017, 03:37:04 PM »
There are two options.
1. Enable login_autocomplete and let save the username / password in the browser
Code: [Select]
// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;

2. Modify the autologon plugin to automatically login based on some other form of authentication.