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