xsshunter icon indicating copy to clipboard operation
xsshunter copied to clipboard

Password reset functionality not working

Open ghost opened this issue 7 years ago • 3 comments

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!

ghost avatar Oct 05 '17 16:10 ghost

How to reset it now?!

SecurityFlaw avatar Sep 07 '19 20:09 SecurityFlaw

@mandatoryprogrammer

hunter0x8 avatar Mar 21 '21 06:03 hunter0x8

I have the same problem....

miisieq avatar Nov 04 '21 14:11 miisieq