Trackier allows you to connect our Login page with your own customised Login Page. You can create your own login page and redirect the action towards our login domain simply by following the below steps. Once it is done, you can Log in Trackier with any page that you will select.


TABLE OF CONTENTS



STEP 1:


Setting up custom login Box.


To set up a custom login box, copy the Form elements from the below box and place them on your website. Use the HTTP POST to send the login credentials to your Trackier panel.


-----
<form action="https://NETWORK_DOMAIN.trackier.com/" method="post">
   Email: <input name="email" type="text"/><br />
   Password: <input name="password" type="password"/>
   <input type="hidden" name="action" value="login"/>
   <input type="submit" value="Login" />
</form>
-----



STEP 2:


Enable Custom Login Box.


Once the above details are added on the website and integrated properly, you need to enable an option from your admin panel.


Go to Customize>> Domain >> Login/Postback/API



Please Note

  • Even if the user logs out, they will be redirected to your custom Login Page.
  • Trackier also provides you with the support to show the Invalid Credentials when entered by any User. You just have to use the below-mentioned process.

    If User Logged in from https://custom_domain.client.com
    Then in case of error we will give error in the same url in error Parameter.
    e.g
    https://custom_domain.client.com?error=Invalid+Credentials

Setting up Forget password Function on the login page. 


We also provide a custom Forget password Function which you can add to your login page.


To set up the same, copy the form elements from the below box and place them on your website.


-----
<form action="https://NETWORK_DOMAIN.trackier.com/auth/forgotpassword.html" method="post">
   Email: <input name="email" type="text"/><br />
   <input type="submit" name="action" value="forgot"/>
</form>

-----



In case you have any issues please mail us at support@trackier.com