Jump to content

Login


Recommended Posts

Hello,

I want to make the login screen for my WHMCS client area just the login form, no header, footer, etc. I also want to give it a custom background, change logo positioning, etc...

However, I'm having trouble finding the .tpl for the log in form.

I mean, I can edit login.tpl but that's still in between the header and footer.

Thanks,

shovenose

Link to comment
Share on other sites

Hello,

 

You would use the integration code found in Utilities >> Integration code on a custom page. ie:

 

<code>

<form method="post" action="http://YOURDOMAIN.COM/whmcs/dologin.php">

<input type="hidden" name="token" value="SOMENUMBERS" />

Email Address: <input type="text" name="username" size="50" /><br />

Password: <input type="password" name="password" size="20" /><br />

<input type="submit" value="Login" />

</form>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated