Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: enwine on June 17, 2011, 05:41:49 AM

Title: How to modify login page
Post by: enwine on June 17, 2011, 05:41:49 AM
I'm working on a University Project, and I have a little issue.
They asked us to install a webmail service, SquirrelMail, or if we wanted to get a better mark, some other. So I tried with RoundCube, as I have been using it at MediaTemple for a log while, and I feel very comfortable with it, but ...  now I need to do something that I've been told I can do with SquirrelMail, and I don't know how to do it with RoundCube.

At the login page, I have:

Username: [TextField]
Password: [PasswordField]
Server: [TexField]

and I would like to have:

Username: [TextField]
Password: [PasswordField]
Server: [TexField, defaultValue=pad-2].alu.upf.edu

So, we only need to add the beginning of the server to the address, and btw, the default value is the most used one, to avoid losing time typing it.


How can I do that?
Title: How to modify login page
Post by: Julius Caesar on June 17, 2011, 07:32:53 AM
The servervalue is filled (pull-down menu) from a setting in the config.inc.php ($rcmail_config['default_host']). You can use the label to just show the first part of the servername