Roundcube Community Forum

 

Remember Log in details

Started by suddensway, September 14, 2011, 02:53:57 AM

Previous topic - Next topic

suddensway

Hi there

I have installed Roundcube for a client after he requested a better option to Squirrel Mail. He is delighted with its features and functionality but the one annoyance for him is that his e-mail address, password and Server details are not remembered so he has to input them every time he logs in. He has 4 separate mailboxes, all with the same password and he is the only person using the computer where he accesses e-mail.
Is there any easy way to get around this issue that anyone can suggest? My ability to edit code is pretty limited - I'm a designer not developer - and so don't have the know how of many of you pros!
many thanks
Kevin

SKaero

In the /config/main.inc.php fill in $rcmail_config['default_host'] with the mail server and you can fill in $rcmail_config['username_domain'] with the domain in the email "example.com" so you only have to type in "user" instead of "[email protected]". You may also want to take a look at the accounts plugin myroundcube - RoundCube Plugins - Google Project Hosting which provides a dropdown of users for fast account switching.

suddensway