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

The Password Reset form don't work #466

Open
bum2 opened this issue Aug 9, 2018 · 6 comments
Open

The Password Reset form don't work #466

bum2 opened this issue Aug 9, 2018 · 6 comments

Comments

@bum2
Copy link
Collaborator

bum2 commented Aug 9, 2018

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.

@fosterlynn
Copy link
Collaborator

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...

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?

@bum2
Copy link
Collaborator Author

bum2 commented Aug 9, 2018

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.

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...

@bhaugen
Copy link

bhaugen commented Aug 9, 2018

@bum2 is right, it's broken. It says "enter your email address" but the field to do so is missing.

@fosterlynn
Copy link
Collaborator

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.

@bhaugen
Copy link

bhaugen commented Aug 9, 2018

Also says, "If you have any trouble resetting your password, contact us at ." blank, nada.

@bum2
Copy link
Collaborator Author

bum2 commented Mar 6, 2019

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...

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

No branches or pull requests

3 participants