xsshunter
xsshunter copied to clipboard
Password reset functionality not working
I think this hasn't been reported before, but let me know if that is incorrect.
Basically, I was trying to reset my password, but the option is not readily available in the UI. However, I found that this feature is implemented in https://xsshunter.com/app:
<div class="panel-body">
<label for="reset_password_username">Username</label><br>
<input type="text" id="reset_password_username" class="form-control" name="reset_password_username" placeholder="mandatory" autofocus="">
<button type="button" id="reset_password_button" class="btn btn-primary btn-block">Reset Password</button>
<button type="button" id="go_back_to_login_form_button" class="btn btn-block">Return to Login Page</button>
</div>
but even though I receive a password reset confirmation, visiting the URL provided only returns a 404: Not Found
error.
Any help would be appreciated.
By the way, extremely useful application. Thanks!
How to reset it now?!
@mandatoryprogrammer
I have the same problem....