문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top