콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6960 화면

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
26966
1
3월 17
18108
1
3월 15
4932
1
3월 15
5938
4
11월 24
3155