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
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.