跳至內容
選單
此問題已被標幟
1 回覆
6699 瀏覽次數

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
26701
1
3月 17
17846
1
3月 15
4744
1
3月 15
5773
4
11月 24
2815