Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: nelliekranzedwards on May 17, 2017, 01:19:08 PM

Title: Password
Post by: nelliekranzedwards 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!! :(
Title: Re: Password
Post by: SKaero 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

// 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.