Support Knowledge Base >> Reseller Guides >> Branding Guide

Search |

Integrate your Website's Login Form with the Control Panel

If you want to display a login box on your website from where your Customers and Sub-Resellers can login into their respective Control Panels, then you may integrate the following form on your website:


<form method="POST"
action="https://www.foundationapi.com/servlet/AuthenticationServlet" name="LoginForm">
<input type="hidden" name="redirectpage" value="null">
<input type="hidden" name="currenturl" value="http://<Your Control Panel Branded URL>">
<input type="hidden" name="pid" value="<Your Reseller Id>">
<input type="text" name="username" value="" size="30">
<input type="password" name="password" size="30">
<input type="hidden" name="role" value="<role>">
<input type="submit" value="Login" class="submit">
</form>
 

<Your Control Panel Branded URL> - Here you need to mention your Control Panel Branded URL. You can check the same from within your Reseller Control Panel by going to Settings -> Control Panel -> URL. You can either use the Partially Branded URL or the Fully Branded URL. Click here to learn how to Brand your Control Panel URL >>

<Your Reseller Id> - You can get your Reseller Id from within your Reseller Control Panel by going to Settings -> Personal Information -> Primary Profile. Here, the first field is the Reseller Id. You need to mention this number in place of <Your Reseller Id>.

<role> - If you are integrating Sub-Reseller Login, then you need to put in the role as reseller and if you want to integrate Customer Login box, then put the role as customer.

 

Created on:  
Sep 5, 2006 11:25 AM  GMT
Last Updated on:   Oct 20, 2008 0:52 PM  GMT
 
Answer How can I customize the URL for my Control Panels? 
Answer Integrate your Website and Shopping Cart with your and your Customer's Control Panel 
Answer How do I customize the Header and/or Footer of the Control Panels? 
Answer How do I set my Branded Name Servers? 
Answer Specifying your Sign Out URL 
Answer Branding your Web-based and Port 43 Whois Lookup Results 
Answer Language Preferences 
Answer Can I display the ICANN logo on my SuperSite/website? 
Answer Integrate your Website's Login Form with the Control Panel 
Category Branding Caveats