Skip to content

Commit f1d6052

Browse files
mart-ejjscarafia
authored andcommitted
[FIX] database_cleanup: exclude password fields
cf discussion on OCA#1408
1 parent 3997b8f commit f1d6052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database_cleanup/models/purge_columns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class CleanupPurgeWizardColumn(models.TransientModel):
6767
# Format: {table: [fields]}
6868
blacklist = {
6969
'wkf_instance': ['uid'], # lp:1277899
70+
'res_users': ['password', 'password_crypt'],
7071
}
7172

7273
@api.model

0 commit comments

Comments
 (0)