[FIX] database_cleanup: exclude password fields
cf discussion on OCA/server-tools#1408pull/2547/head
parent
0c9705d7ab
commit
1f91c0a778
|
@ -67,6 +67,7 @@ class CleanupPurgeWizardColumn(models.TransientModel):
|
|||
# Format: {table: [fields]}
|
||||
blacklist = {
|
||||
'wkf_instance': ['uid'], # lp:1277899
|
||||
'res_users': ['password', 'password_crypt'],
|
||||
}
|
||||
|
||||
@api.model
|
||||
|
|
Loading…
Reference in New Issue