Commit graph

3 commits

Author SHA1 Message Date
5156835e80 Fix: Update users_by_email with all fields
The security_data field, which includes the WasEmailVerified
flag, must be preserved during email updates. The update
query now includes all fields in the users_by_email table.

https://codeberg.org/mapleopentech/monorepo/issues/1#issuecomment-8725011
2025-12-05 15:38:46 -05:00
598a7d3fad feat: Implement email change functionality
This commit introduces the following changes:

-   Added new API endpoints for email change requests and
    verification.
-   Updated the backend code to support email change workflow,
    including validation, code generation, and email sending.
-   Updated the frontend to include components for initiating and
    verifying email changes.
-   Added new dependencies to support email change functionality.
-   Updated the existing components to include email change
    functionality.

https://codeberg.org/mapleopentech/monorepo/issues/1
2025-12-05 15:29:26 -05:00
755d54a99d Initial commit: Open sourcing all of the Maple Open Technologies code. 2025-12-02 14:33:08 -05:00