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
Oops. The title should be "Just use the UserID in username"
In /config/main.inc.php add your domain to $rcmail_config['username_domain'] ie:
$rcmail_config['username_domain'] = 'domainname.com';
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.
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