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

Implement proper password reset using tokens #178

Open
gr2m opened this issue Aug 31, 2016 · 0 comments
Open

Implement proper password reset using tokens #178

gr2m opened this issue Aug 31, 2016 · 0 comments

Comments

@gr2m
Copy link
Member

gr2m commented Aug 31, 2016

follow up for #2 (comment)

This PR needs the account server API to support tokens.

@rmehner also mentioned that password-reset is currently the only place we validate if the username is a valid email. This was a rather quick hack when I first implemented it, I think we can make it a bit more sophisticated, e.g. check if if there is an email property.

We should also support the ability to overwrite the password reset request with custom logic (like we plan to do with signup and the other account requests) to allow for custom logic

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

1 participant