Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6765 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Apr. 24
26750
1
März 17
17903
1
März 15
4793
1
März 15
5790
4
Nov. 24
2901