Author Topic: Just user the UserID in username  (Read 3312 times)

Offline sondeep

  • Newbie
  • *
  • Posts: 4
Just user the UserID in username
« 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 'userid@domainname.com' 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

Offline sondeep

  • Newbie
  • *
  • Posts: 4
Just user the UserID in username
« Reply #1 on: October 01, 2010, 06:53:04 PM »
Oops. The title should be "Just use the UserID in username"

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,885
    • SKaero - Custom Roundcube development
Just user the UserID in username
« Reply #2 on: October 01, 2010, 08:40:59 PM »
In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
Code: [Select]
$rcmail_config['username_domain'] = 'domainname.com';

Offline sondeep

  • Newbie
  • *
  • Posts: 4
Just user the UserID in username
« Reply #3 on: October 02, 2010, 07:05:53 AM »
Quote from: skaero;30473
In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
Code: [Select]
$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.

Offline sondeep

  • Newbie
  • *
  • Posts: 4
It worked :)
« Reply #4 on: October 02, 2010, 07:12:03 AM »
Quote from: skaero;30473
In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
Code: [Select]
$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