Enforce that emails can only be stored in lowercase#1979
Merged
dannyprikaz merged 291 commits intohackforla:correct-db-casingfrom Aug 3, 2025
Merged
Enforce that emails can only be stored in lowercase#1979dannyprikaz merged 291 commits intohackforla:correct-db-casingfrom
dannyprikaz merged 291 commits intohackforla:correct-db-casingfrom
Conversation
Move old router tests to new directory and skip
…1881-users-router-unit-tests
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.6 to 4.5.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 4.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…1900-reconfig-backend-tests
…end-tests 1900 reconfig backend tests
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.19. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updated HTML to MUI components in ReturnUserForm
…rom-certain-strings-1514 Event Name Validation: blacklisted strings
…arn/vite-5.4.19 chore(deps): bump vite from 5.4.8 to 5.4.19
trillium
approved these changes
Jul 15, 2025
…Members Bug Fix to show both Admins and Users in Project Members search
…issionFixProjectMembers Revert "Bug Fix to show both Admins and Users in Project Members search"
…Members userPermissionFixProjectMembers
--- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…arn/client/form-data-4.0.4 chore(deps): bump form-data from 4.0.0 to 4.0.4 in /client
Member
|
Unit testing for User model
…enforce-lowercase-db
Member
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1978
What changes did you make and why did you make them ?
-Added
lowercase: truetouserSchemainbackend/models/user.model.js