Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6560 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
1
kwi 24
26533
1
mar 17
17735
1
mar 15
4626
1
mar 15
5656
4
lis 24
2637