Custom login

Discussion in 'Installation/Configuration' started by Djunity, Dec 27, 2007.

  1. Djunity

    Djunity New Member

    Hi there.

    I am wondering is it possible to drop the login page from isp and have the login inside an existing website where only says (example)
    Code:
    <div><nobr>
    <input type="Text" name="" value=" USERNAME" size="10">
    <input type="Text" name="" value=" PASSWORD" size="10"><input type="Image" src="images/b_go.gif" width="24" height="29" alt="" border="0" hspace="5" align="absmiddle">
    </nobr></div>
    .

    So that my customers can login straight from my website to isp ??

    Regards Djunity
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can put the ISPConfig login form to another website. But make sure that you do not change the names of the username and password input field.

    The only problem that you might encounter is that the webbrowser might complain when you try to post data to a different domain.
     

Share This Page