Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: wrkilu on April 29, 2014, 07:38:22 AM

Title: Login form history
Post by: wrkilu on April 29, 2014, 07:38:22 AM
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 ?
Title: Re: Login form history
Post by: JohnDoh on April 29, 2014, 07:45:40 AM
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;
Title: Re: Login form history
Post by: wrkilu on April 29, 2014, 09:24:56 AM
You're rocks!

cheers :)