Theming the login page?

edjones

Verified User
Joined
Feb 14, 2012
Messages
27
Any way to theme the login page a bit better? I searched, but the pages all refer to bits of directadmin that apparently no longer exist. There's been a few changes since 1.2 that aren't reflected in the help files here.

Would also like to make Roundcube the default mail on the backend. Is this done in capri? or is there a more universal page for this sort of thing? No such luck (again despite help pages) on directadmin.conf.

Using version 1.46.3
 
Hello,

If you want to change the look of the login page when you access port 2222, use this feature to create your own login.html file:
http://www.directadmin.com/features.php?id=250

Also, if you need to host your own images on that login page, use this feature:
http://www.directadmin.com/features.php?id=609

Related: http://help.directadmin.com/item.php?id=279

A feature #735 gives an ability to set whichever webmail program you wish to have.

Code:
webmail_link=squirrelmail


will be the default, but can be changed by adding webmail_link=other to the directadmin.conf file.

So you need to change it to:

Code:
webmail_link=roundcube

Related: http://www.directadmin.com/features.php?id=735
 
Back
Top