mirror of
https://github.com/simple-login/app.git
synced 2025-09-25 07:54:30 +08:00
fix: remove user password from export user data (#1758)
This commit is contained in:
parent
ed66c7306b
commit
d30183bbda
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ from app.models import (
|
|||
class ExportUserDataJob:
|
||||
|
||||
REMOVE_FIELDS = {
|
||||
"User": ("otp_secret",),
|
||||
"User": ("otp_secret", "password"),
|
||||
"Alias": ("ts_vector", "transfer_token", "hibp_last_check"),
|
||||
"CustomDomain": ("ownership_txt_token",),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue