跳至内容
菜单
此问题已终结
1 回复
6642 查看

It is best practice to change important passwords periodically (e.g. every 3 month). How can I enforce a password change on the web interface?

Is there a module with this functionality?

If not, where would I have to start when I want to develop such a module?

形象
丢弃
最佳答案

Try to create a job from Setting/Scheduler/Scheduled Actions.

Go then to Technial data page: In the Object field put the model res.users

In the Method field use the action_reset_password method implemented in auth_signup
module.

In the Arguments field put the users id [2,3,4 ...]

形象
丢弃

How to get Arguments for all user ? something like [not 1]

相关帖文 回复 查看 活动
1
4月 24
26621
1
3月 17
17777
1
3月 15
4691
1
3月 15
5721
4
11月 24
2758