gobuffalo / buffalo-auth

Buffalo auth plugin helps adding username password authentication to your app
https://gobuffalo.io
MIT License
41 stars 28 forks source link

Password Recovery #2

Closed paganotoni closed 1 year ago

paganotoni commented 6 years ago

One of the things i would like to add into buffalo auth is password recovery, my intention is to have something like:

$ buffalo g auth password-recovery

That would:

paganotoni commented 6 years ago

cc @markbates

paganotoni commented 6 years ago

@markbates LMK when you have the chance to read this.

mclark4386 commented 6 years ago

This is something I've been hoping would be added for a while, but haven't had time to do it myself, so my vote is go for it^^

kteb commented 6 years ago

Yeah I agree it'll be cool. A very similar one for validating the email when subscribing could be also cool (I can do it if you want ;) ), it was on my plan to propose it.