Skip to content

Commit

Permalink
[FIX] database_cleanup: exclude password fields
Browse files Browse the repository at this point in the history
cf discussion on OCA#1408
  • Loading branch information
mart-e authored and damdam-s committed Apr 14, 2022
1 parent cb204b5 commit f7caa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database_cleanup/models/purge_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class CleanupPurgeWizardColumn(models.TransientModel):
# Format: {table: [fields]}
blacklist = {
'wkf_instance': ['uid'], # lp:1277899
'res_users': ['password', 'password_crypt'],
}

@api.model
Expand Down

0 comments on commit f7caa20

Please sign in to comment.