Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须为表用户中的密码字段设置倒计时日,以便用户再次更新。
如果不更新,他应该无法登录。
这应该在 SQL 用户表中完成,并且应该在 30 天到期后的每次完成。
所以请在这方面帮助我......
将密码创建日期存储在用户记录表中。
设置一个每天运行的作业以从该表中查询并检索 where 的记录currentdate-passwordcreateddate > 30。
currentdate-passwordcreateddate > 30
设置作业以向此结果集中的用户发送通知。