Is there any way I can get authlogic to send email to my subscribers after they have registered so that they can confirm their account?
It seems like this Blogpost describes what you want to achieve.
The user model uses a perishable_token
which is used for a verification url sent to the user's mail adress upon account creation. When the user clicks the url in the mail it triggers an action that sets the corresponding user model to verified
Basically you need to validate UserSession
s depending on whether the corresponding User
is already verified.
See:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With