[GH-ISSUE #10] Email address gone after updating user settings #5

Closed
opened 2026-05-23 08:38:03 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @appy-one on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-server/issues/10

Originally assigned to: @appy-one on GitHub.

After updating a user's settings though an AceBaseClient, their email address in the auth database is removed.

Example:

await db.auth.updateUserSettings({ anyProperty: 'any value' });
// user's email address is now gone

This commit caused the issue, this commit fixes it.

This issue affected acebase-server versions 0.9.15 - 1.4.0

Originally created by @appy-one on GitHub (Oct 27, 2021). Original GitHub issue: https://github.com/appy-one/acebase-server/issues/10 Originally assigned to: @appy-one on GitHub. After updating a user's settings though an AceBaseClient, their email address in the auth database is removed. Example: ```js await db.auth.updateUserSettings({ anyProperty: 'any value' }); // user's email address is now gone ``` This [commit](https://github.com/appy-one/acebase-server/commit/0b45a1d274d4c3feafd553b55553297504ed796d#r58815483) caused the issue, this [commit](https://github.com/appy-one/acebase-server/commit/58b6189109adaf090944a982222d2fc5a5f633ad#r58815939) fixes it. This issue affected `acebase-server` versions 0.9.15 - 1.4.0
gitea-mirror 2026-05-23 08:38:03 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@appy-one commented on GitHub (Oct 27, 2021):

Fix published in acebase-server v1.5.0

<!-- gh-comment-id:953190131 --> @appy-one commented on GitHub (Oct 27, 2021): Fix published in `acebase-server` v1.5.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#5
No description provided.