For developers: Integrate the login screen with your webpage

This guide describes how to integrate your company website with a login box for direct customer login to your GpsGate installation.

Add the login form to your website

1. Edit the web file (e.g.: mySite.html) where you want to insert the login screen and add the following lines

<form action="https://GpsGate_URL/comGpsGate/public/login" method="post">
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Submit">
</form>
  • Where: GpsGate_URL: is your server login URL, e.g.: acme.myserver.com or your server IP address

2. Save your web file.

Note: this method requires February 2020 or later plugin updates. The older integration method is deprecated. Please see the deprecation schedule for more details.