Roundcube Community Forum

 

Login form history

Started by wrkilu, April 29, 2014, 07:38:22 AM

Previous topic - Next topic

wrkilu

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 ?

JohnDoh

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;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...