Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
6667 Представления

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]

Related Posts Ответы Просмотры Активность
1
апр. 24
26657
1
мар. 17
17801
1
мар. 15
4721
1
мар. 15
5735
4
нояб. 24
2790