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