-
Notifications
You must be signed in to change notification settings - Fork 16
Enhance create user and manage user forms #1339
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
joshunrau
merged 17 commits into
DouglasNeuroInformatics:main
from
david-roper:enhance-create-user
Apr 23, 2026
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0eb0233
chore: add translations for phone number and email, prettier changes
david-roper 92c2704
feat: make phone regex an exported variable
david-roper 13fd132
feat: add phone and email fields to admin create user form
david-roper c6ca53c
feat: add phone number and email fields to create user api
david-roper 112c269
fix: fix input for phone number check
david-roper b921dbb
feat: add phone number and email to admin update user form
david-roper 63c63ac
feat: add phone number and email to type and initial value logic
david-roper a29ea52
feat: fix typos and undefined phone and email
david-roper 69ad348
Merge branch 'DouglasNeuroInformatics:main' into enhance-create-user
david-roper e524b87
feat: add previous groups as initial values in form
david-roper b6ec197
chore: update lockfile and run linter
david-roper f4f5491
feat: add confirm password check
david-roper a4d0140
feat: remove confirmPassword field from being submitted to api call
david-roper 050ddec
feat: add phone number regex check to createUserData schema
david-roper b82fa41
feat: add phone number regex check to createUserData schema and just …
david-roper 9c04f95
fix: fix translations for phone and email
david-roper be07dff
Merge branch 'DouglasNeuroInformatics:main' into enhance-create-user
david-roper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export const PHONE_REGEX = new RegExp(/^(?=.{5,})\+?\(?\d{1,4}\)?[\s.-]?\d{1,4}[\s.-]?\d{1,9}$/); |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.