I'm writing a customer portal in php / mysql. I want to integrate Os Ticket so a user can have the same password email and username for both.

Is it possible to add a user via php to the osticket database when I'm creating a user on the portal?
If so, has there already been a php script created to do this?

You would probably be better off writing an Authentication plugin (using one of the existing authentication plugins as a template).

Otherwise you could write a script to add people directly to the database.

Write a Reply...