Roundcube Community Forum

 

Username in Roundcube

Started by ShalomD, December 13, 2014, 10:41:55 PM

Previous topic - Next topic

ShalomD

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 : [email protected]
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

JohnDoh

QuoteSo, 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';`

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