Hello OSTicket Community,

I hope someone can point me in the right direction, basically, we have OSTicket installed and have configured it to require a username and password in order to submit and track tickets.

My question is, I have my forum (PHPBB) and want  to log in users automatically, how would I go about doing this?

For example, one way I thought about doing it was to get their username and generate a key that's linked to their forum account. The PHP Variables would be $username and $key. When they click a link, their username and key gets sent to OSTicket. OSTicket checks to see if entries are already in for that username, if it is > log them in. If not, create the account and log them in.

Is there any kind of system or integration code out their that can do this? I'm not at an advance level with PHP but would say a intermidate level - I was looking at modifying the login.php but I just don't know where to start.

Thanks, Jake

10 days later

I have been searching everywhere to try and find some form of shared logins with PHPBB3. Sadly I have been unable to find this and come across plenty of posts of people asking for it.

The auth plugins for osTicket are available here: https://github.com/osTicket/core-pluginsThere is not a specific one for PHPBB3.

Write a Reply...