Skip to content

Commit

Permalink
[FIX] password_security: access rights for portal user with replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe authored and hhgabelgaard committed Feb 4, 2025
1 parent 241f1b8 commit 62de3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions password_security/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_res_users_pass_history,access_res_users_pass_history,model_res_users_pass_history,base.group_user,1,0,1,0
access_res_users_pass_history_portal,access_res_users_pass_history portal,model_res_users_pass_history,base.group_portal,1,0,1,0

0 comments on commit 62de3f2

Please sign in to comment.