generated from hackforla/.github-hackforla-base-repo-template
-
-
Couldn't load subscription status.
- Fork 97
Enforce that emails can only be stored in lowercase #1979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dannyprikaz
merged 291 commits into
hackforla:correct-db-casing
from
dannyprikaz:enforce-lowercase-db
Aug 3, 2025
Merged
Enforce that emails can only be stored in lowercase #1979
dannyprikaz
merged 291 commits into
hackforla:correct-db-casing
from
dannyprikaz:enforce-lowercase-db
Aug 3, 2025
Conversation
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
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
|
Unit testing for User model
…enforce-lowercase-db
|
2 tasks
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