Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: sondeep on October 01, 2010, 06:23:34 PM

Title: Just user the UserID in username
Post by: sondeep on October 01, 2010, 06:23:34 PM
First of all, Roundcube is amazing. I have no /very less idea of HTML or PHP. So, I installed Roundhouse using SimpleScript automatic installation.

What I want is;
In login page, I don't want to type '[email protected]' as USERNAME. I want it to be just 'userid' in username.

I just have one DomainName.

Please help me achieving this. I can open & edit files in HTML but please be brief so that I can understand & able to do what you say.

Thanks in advance.

Regards,
Sondeep
Title: Just user the UserID in username
Post by: sondeep on October 01, 2010, 06:53:04 PM
Oops. The title should be "Just use the UserID in username"
Title: Just user the UserID in username
Post by: SKaero on October 01, 2010, 08:40:59 PM
In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
$rcmail_config['username_domain'] = 'domainname.com';
Title: Just user the UserID in username
Post by: sondeep on October 02, 2010, 07:05:53 AM
Quote from: skaero;30473In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
$rcmail_config['username_domain'] = 'domainname.com';


It didn't worked. After I changed it to my domain name & saved it; i went to log-in but it said "Login failed"

Screenshots attached.
Title: It worked :)
Post by: sondeep on October 02, 2010, 07:12:03 AM
Quote from: skaero;30473In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
$rcmail_config['username_domain'] = 'domainname.com';

I'm sorry, I was putting the domainname in wrong place :/

It is working now as I put it in username_domain section.

Thanks a lot. You are my savior. :D