关闭设备确认但仍发送电子邮件
所以我想做的基本上是将电子邮件确认转换为用户数据库中的布尔字段,就像它不是必需的,但它仍然会每隔一段时间发送确认邮件,直到用户确认,并且在网站上您可以使用如果用户确认?等等。
So what I want to do is basically turn email confirmations into a boolean field in the user database, like it's not required but it will still send out the confirmation mail every once and a while until the user confirms, and on the website you can use if user_confirmed? and such.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将允许用户无需确认即可登录。如果这可以“热连线”打开,或者设置为一个非常大的数字,那就可以满足要求。
发送定期提醒电子邮件将需要设置 cron 作业并测试 .user_confirmed?
will allow the user to log in without being confirmed. If this can be "hotwired" open, or set to a very large number, that would satisfy the requirement.
Sending periodic reminder emails will require setting up a cron job and testing .user_confirmed?