-
Notifications
You must be signed in to change notification settings - Fork 0
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
Account sign up issues #5
Comments
|
Yep, i mean idk the level of effort but the ability to reset a password would be a good-to-have feature! |
for sure. My thinking back then was to allow fake email registers to make it easier for anyone to kind of test it out, without putting real info. I suppose if we wanted to have a password reset feature, we would need to have some sort of confirmation email at registration time for the user. That way, if they forget password, we could just send a reset email. Are there other ways that you know of? |
I can see your logic, though I don't know that people have to confirm their email first in order to have a password reset later. If someone inputs a junk email and then later forgets their password, then they miss out on the chance to reset it (and they would just have to create another account). The one fail-safe is you would want to ensure that the email address already exists as a user in your database before sending a pw reset email, just to avoid your servers being overtaken by some bot. |
that's an excellent point. We could just send the reset email, even if its not real. Wait. There is the edge case that someone uses someone elses real email... nothing to worry about? |
|
The text was updated successfully, but these errors were encountered: