Author Topic: Username in Roundcube  (Read 4569 times)

Offline ShalomD

  • Newbie
  • *
  • Posts: 4
Username in Roundcube
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Username in Roundcube
« Reply #1 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦