Skip to Content
Menú
This question has been flagged
1 Respondre
6537 Vistes

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?

Avatar
Descartar
Best Answer

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 ...]

Avatar
Descartar

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

Related Posts Respostes Vistes Activitat
1
d’abr. 24
26495
1
de març 17
17691
1
de març 15
4592
1
de març 15
5628
4
de nov. 24
2604