Hello all, new to osTicket and trying to finalize the configuration for a small project a few friends are taking part in.
I am unable to log into osTicket/upload/scp/login.php. I receive the message "Access denied" despite being 100% sure about the credentials.
I verified the credentials by looking in the database running the command:
SELECT username, passwd from ost_staff where isadmin = 1;
This returns one record with the correct username and password.
The HTTP response is as such: {"message":"Access denied","show_reset":true,"status":401}
I'm unsure of what information to provide to help troubleshoot it further. Is there a general pitfall that new users fall into for something like this?
I'd be happy to provide any and all details. Thank you in advance <3