Hi,
I have long email:
[email protected] , and to log I have to of course type whole address in login form, but.. I have to do it every time I want to log in :(. E.g. in Squirellmail its login form has ability to press down arrow and it appears logins from history and I don't have to type it whole but just choose it. Here its not working :(.
Can anybody help with this ?
that funcationality is disabled by default. you can enabled it by setting login_autocomplete in your roundcube config file...
// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;
You're rocks!
cheers :)