Rails: Clearance: Can you re-enable the email confirmation feature?

388 Views Asked by At

I am trying to using the Clearance gem for a Rails application to handle authentication, but I see at some point they removed a feature for email confirmation.

Does this feature still exist? If so, how do you enable it?

1

There are 1 best solutions below

0
On BEST ANSWER

OK, well, according to this thread on Google Groups, the author has indicated that the feature has been removed completely, and that you can implement it yourself using after_create in your User model.