关闭设备确认但仍发送电子邮件

发布于 2024-11-19 05:39:51 字数 94 浏览 1 评论 0原文

所以我想做的基本上是将电子邮件确认转换为用户数据库中的布尔字段,就像它不是必需的,但它仍然会每隔一段时间发送确认邮件,直到用户确认,并且在网站上您可以使用如果用户确认?等等。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自演自醉 2024-11-26 05:39:51
* +allow_unconfirmed_access_for+:

将允许用户无需确认即可登录。如果这可以“热连线”打开,或者设置为一个非常大的数字,那就可以满足要求。

发送定期提醒电子邮件将需要设置 cron 作业并测试 .user_confirmed?

* +allow_unconfirmed_access_for+:

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文