简体   繁体   中英

rails devise confirmation email

I am using devise for authentication & able to send confirmation email. I want to know is there any configuration available to expire confirmation link in email after certain duration?
Thanks in advance.

Have a look at http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/Confirmable - the configuration option you're looking for is confirm_within . The confirmation token should be generated before the user record is created, that is if the model includes the :confirmable option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM