PDA

View Full Version : ajusting the login form



pilpelet
11-01-2003, 08:48 AM
Hello to all DU fellows ,

I recently installed new skin and noticed that its not possible
to skin the login form (there isnt any page for it) , so i get it
that its a built in exec within the program .

I know that its possible to create a new login page and all
but the problem there is that when its an ok login then the
user will logout to the builtin login page(the 1 id like to ajust) after pressing the log out link .

Other issue wich i posted an early post regarding it is the domain alias . with all the httpd.conf's that within the root its very
confusing to know wich one is the one needed to ajust for a novice linux like myself .

I just need the option of adding alias's to a domain .
A server path and syntax will be great .

Any suggestunes .

Thanks .
Jery ,

thoroughfare
11-01-2003, 09:15 AM
I second that, can Mark or John clarify this... for example, the customapache directory is a bit confusing because it seems to contain the same files as other directories, so it's difficult to know what to edit.

Cheers,
Matt

DirectAdmin Support
11-01-2003, 01:17 PM
Hello,

We've added a feature to forward the person to your desired page after they logout. Just add

<input name="LOGOUT_URL" type="hidden" value="http://www.yoursite.com/yourpage.htm">

I'll eventually make the login screen itself skinnable, and possibly just have the path to the login screen html file in the directadmin.conf file.... we'll see.

You domain alias answer is here:
http://www.directadmin.com/forum/showthread.php?s=&threadid=929

John

pilpelet
11-01-2003, 01:54 PM
Thanks ,