Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: ShalomD on December 13, 2014, 10:41:55 PM

Title: Username in Roundcube
Post by: ShalomD on December 13, 2014, 10:41:55 PM
Hi Friends,
I have a small problem in my roundcube mail.

When user trying to log in he/she must have to type full email address. Ex : administrator@mydomain.com
So, is there anyway to type only administrator and log in?

and is there any way to enable suggestions (last logged email addresses in username box)?

Thank you
Title: Re: Username in Roundcube
Post by: JohnDoh on December 15, 2014, 02:36:51 AM
Quote
So, is there anyway to type only administrator and log in?

set `$config['username_domain']` in your roundcube config file. eg `$config['username_domain'] = 'mydomain.com';`

Quote
and is there any way to enable suggestions (last logged email addresses in username box)?

set `$config['login_autocomplete']` in your roundcube config file. this will allow your browsers autocomplete functions to take over.