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

Reset code should probably use some super-secret code for salting #83

Open
jsve opened this issue Mar 10, 2015 · 1 comment
Open

Reset code should probably use some super-secret code for salting #83

jsve opened this issue Mar 10, 2015 · 1 comment
Assignees
Labels

Comments

@jsve
Copy link

jsve commented Mar 10, 2015

Right now it seems that anyone knowing the username and email of a user, as well as the hashing algorithm, would be able to reset the password. Maybe not likely, but still...

@nyiyui
Copy link

nyiyui commented May 25, 2019

A way to solve this would be to add more hashing algorithms, but... It's not really feasible. How about adding a "secret code" (like Google's Security Code) that users are presented with when they sign up?

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

No branches or pull requests

3 participants