Skip to content

Commit b0bcbd8

Browse files
yomybabyflovilmart
authored andcommitted
add _password_history to default sensitive data (#4699)
1 parent 06be788 commit b0bcbd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controllers/DatabaseController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const filterSensitiveData = (isMaster, aclGroup, className, object) => {
147147
delete object._failed_login_count;
148148
delete object._account_lockout_expires_at;
149149
delete object._password_changed_at;
150+
delete object._password_history;
150151

151152
if ((aclGroup.indexOf(object.objectId) > -1)) {
152153
return object;

0 commit comments

Comments
 (0)