Roundcube Community Forum

Release Support => Pending Issues => Topic started by: hkr on April 13, 2008, 02:01:56 PM

Title: allowing login w/o typing domain with username?
Post by: hkr on April 13, 2008, 02:01:56 PM
hi,
is it possible to do some changes so that users dont have to type in the complete "[email protected]" and they can only login by enterin the username and password.

thnx..
Title: Re: allowing login w/o typing domain with username?
Post by: dogcow on April 13, 2008, 08:42:11 PM
yes, check the config file. There is a section where uo can type in the domain name so the users don't have to.
Title: Re: allowing login w/o typing domain with username?
Post by: hkr on April 14, 2008, 01:00:40 AM
i found "$rcmail_config['mail_domain'] = ''; " in the main.inc.php but when i change it to "$rcmail_config['mail_domain'] = 'mydomain.com'; it still dosent work?