Author Topic: [0.5rc] Customize login page  (Read 3375 times)

Offline yann9691

  • Newbie
  • *
  • Posts: 3
[0.5rc] Customize login page
« on: December 22, 2010, 02:34:03 AM »
Hello,
I'd like to display some text information about my organization in the login page or in a page after the user logged in RC. What is the best way to do this ?
Thanks

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
[0.5rc] Customize login page
« Reply #1 on: December 22, 2010, 02:39:32 AM »
You can edit /skins//templates/login.html to modify the login page.

Offline Gautham Vignesh

  • Jr. Member
  • **
  • Posts: 41
[0.5rc] Customize login page
« Reply #2 on: December 22, 2010, 06:12:41 AM »
If you need to change the name of roundcube to your org ..
You can add your org name in the following lines under roundcubemailXXX/config/main.inc.php file :

// add this user-agent to message headers when sending
--> $rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;

// use this name to compose page titles
--> $rcmail_config['product_name'] = 'Roundcube Webmail';
____________
B.Gautham Vignesh

__________________

Offline yann9691

  • Newbie
  • *
  • Posts: 3
[0.5rc] Customize login page
« Reply #3 on: December 23, 2010, 01:33:38 PM »
Thank you for your answer. Finally, I customized the login page in /skins//templates/login.html.
--
Yannick