I want to automatically login my clients from my user interface (HTML form) into osticket system. In the link below you can find my UI (login.html), I make a form with method post, and I copied the same names for the variables from login.php, and the names are (Username: luser) and (Password: lpasswd).
I have done the same thing for Agents login, and it worked just fine. I think the problem is that Client login is front-end, while Agent login is back-end login.This is the link to my UI code (login.html):https://github.com/osTicket/osTicket/files/397685/login.zipI would be thankful if anyone helps me ASAP.