-
Notifications
You must be signed in to change notification settings - Fork 12
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
The Password Reset form don't work #466
Comments
It should use the email on file for the user. It doesn't seem like a good idea to have someone enter their email, then anyone could just get access to someone else's account this way. Does it not work for an email on file for a person? |
if you look at it, there's no other field than the email field in that form (and don't show up), because is used to reset the password by sending an email to the account-email owner with a reset link. Is the classic 'Forgot your password' system... |
@bum2 is right, it's broken. It says "enter your email address" but the field to do so is missing. |
Ok I get it. If you aren't entering your username, then you need to enter your email, and it can then find both your username and pswd. |
Also says, "If you have any trouble resetting your password, contact us at ." blank, nada. |
Someone has looked at this issue? is it solved? i've reviewed the code there many times and still never found why the field don't appear... its weird because the field is there, as you can see if you just click the button, the error and the field appears and you can proceed with the password reset... |
When you click the 'Forgot your password?' link in the login page, the form shown at https://ocp.freedomcoop.eu/account/password/reset/ don't have the field to put the email, so no way to recover the access from the frontend...
I've tried to solve that without success, it needs more time to investigate or the help of other devs.
The text was updated successfully, but these errors were encountered: