ezAppsDev / Application-System

---> Discord for files
https://discord.io/ezApps
5 stars 3 forks source link

Suggestion: Reset password system (at login) #12

Open bensaine opened 4 years ago

bensaine commented 4 years ago

A way to reset password with your email using a token system at login. You would also need to add a email input to user creation.

tyler-wp commented 4 years ago

While this would be an easy feature to implement, it would cause issues for people hosting the software on hosts that don’t support by default a mailing server, and also would cause issues for people running the software off of local host.

Alternatively, I could implement a secure pin or security question you setup after creating your account which would redirect to that process instead of an email reset.

@fatplatapus

bensaine commented 4 years ago

That wouldn’t be as secure as a token system. There could be work arounds to mailing server issue.

On Dec 9, 2019, at 11:04, tyler-wp notifications@github.com wrote:

While this would be an easy feature to implement, it would cause issues for people hosting the software on hosts that don’t support by default a mailing server, and also would cause issues for people running the software off of local host.

Alternatively, I could implement a secure pin or security question you setup after creating your account which would redirect to that process instead of an email reset.

@fatplatapus

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

bensaine commented 4 years ago

@tyler-wp Check this post on stack overflow on how to mail without a local mail server installed.

ianvalls90 commented 4 years ago

you could just do it the proper way, with the mailing sistem, and add some sort of "true/false" config so "localhosters" can disable it and use this anyway. and people who want this for a live server can enable this for security matters.