Closed stevekroh closed 8 years ago
Fixes _users document overwrite issue.
Before, we were 'patching' documents into PouchDB, which PouchDB does not support. On document update, you have to supply the document exactly as you want it to look. This was deleting the user's password hash.
Fixes _users document overwrite issue.
Before, we were 'patching' documents into PouchDB, which PouchDB does not support. On document update, you have to supply the document exactly as you want it to look. This was deleting the user's password hash.