Is there a way to reset forgotten password? #703
Replies: 2 comments
-
|
Yes, that's correct. I never added this because it requires an email delivery service and I was trying to keep the app's dependencies as limited as possible to make it really easy to deploy and get started. Awhile ago I solved this in another rails app by using: And then configuring my personal gmail account to support SMTP delivery (I remember this was a little tricky but I found some special gmail help doc that explained how to do it). This is probably the easiest for limited outbound email delivery. We could put it behind a feature flag and explain it in the README. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like the login screen needs a 'reset password' feature. True?
Beta Was this translation helpful? Give feedback.
All reactions