Skip to content

Registration w/ addl data #1

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Registration w/ addl data #1

merged 1 commit into from
Sep 15, 2022

Conversation

apps-caraga
Copy link
Owner

Updated registration endpoint for dbAuth to accomodate other posted registration data. Also added some new dbAuth properties

  1. usernameMinLength : specify minimum length of username (5)
  2. usernameMaxLength : specify maximum length of username (40)
  3. usernamePattern : specify regex pattern for usernames ('/^[A-Za-z0-9]+$/') // defaults to alphanumeric chars only

Updated registration endpoint for dbAuth to accomodate other posted registration data. 
Also added some new dbAuth properties
1. usernameMinLength : specify minimum length of username (5)
2. usernameMaxLength : specify maximum length of username (40)
3. usernamePattern : specify regex pattern for usernames ('/^[A-Za-z0-9]+$/') // defaults to alphanumeric chars only
@apps-caraga apps-caraga marked this pull request as ready for review September 15, 2022 23:52
@apps-caraga apps-caraga merged commit 045819c into main Sep 15, 2022
@apps-caraga apps-caraga deleted the apps-caraga-patch-2 branch September 15, 2022 23:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant