We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9705d commit 1f91c0aCopy full SHA for 1f91c0a
database_cleanup/models/purge_columns.py
@@ -67,6 +67,7 @@ class CleanupPurgeWizardColumn(models.TransientModel):
67
# Format: {table: [fields]}
68
blacklist = {
69
'wkf_instance': ['uid'], # lp:1277899
70
+ 'res_users': ['password', 'password_crypt'],
71
}
72
73
@api.model
0 commit comments