parse-server
parse-server copied to clipboard
The `_hashed_password` field cannot be deleted from _User collection
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
The _hashed_password
field cannot be deleted from _User collection
Steps to reproduce
I try
user.unset('_hashed_password')
Actual Outcome
The field is not deleted in the _User collection
Expected Outcome
_hashed_password
field should be deleted in the _User collection
Environment
Server
- Parse Server version:
"parse-server": "^7.2.0",
- Operating system:
Windows 10
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
Local
Database
- System (MongoDB or Postgres):
MongoDB
- Database version:
v4.0.6
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
MongoDB Atlas
Client
- SDK (iOS, Android, JavaScript, PHP, Unity, etc):
JavaScript
- SDK version:
5.3.0