Hi,Every time someone click on the "Forgot My Password" (client side) is redirected to the home page without seeing any king of error.Any clue about whats happening?Thanks.osTicket Versionv1.10 (901e5ea) —  Up to dateWeb Server SoftwareMicrosoft-IIS/8.5MySQL Version10.1.10PHP Version5.5.34

There seems to be some strange errors if you're using a <5.6 version of php.What happens if you try to navigate to http://domain.com/pwreset.php ?

HAve you consulted your web error log?

7 days later

@[deleted]01I'll update the PHP.If someone navigate to /pwreset.php is redirected to /index.php@[deleted]I didn't find any error on php error log or windows event viewer.

Looking at the code for that page there is only 1 thing that will redirect the user to index.php if you just navigate to pwreset.php and that's if password resets are disabled: https://github.com/osTicket/osTicket/blob/develop/pwreset.php#L81The only place i can find this reference in the settings is under Settings > Agents > Settings > Allow password reset.So try enabling that and see what happens if your user tries to go there.

Thanks @[deleted]01Problem solved!I was trying to get it working for the users, not for the agents. Never crossed my mind that an option at the agent settings would solve the problem.Thanks

Yea very strange, this definitly seems like a bug/unlogical behaviour.But glad it solved it for you :)

Write a Reply...