Roundcube Community Forum

 

Password

Started by nelliekranzedwards, May 17, 2017, 01:19:08 PM

Previous topic - Next topic

nelliekranzedwards

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!! :(

SKaero

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.