Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password reset functionality not working #23

Open
ghost opened this issue Oct 5, 2017 · 3 comments
Open

Password reset functionality not working #23

ghost opened this issue Oct 5, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 5, 2017

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!

@SecurityFlaw
Copy link

How to reset it now?!

@hunter0x8
Copy link

@mandatoryprogrammer

@miisieq
Copy link

miisieq commented Nov 4, 2021

I have the same problem....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants