Skip to content
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

allow configuring designated registration org to which new users can register #1735

Merged
merged 2 commits into from Apr 23, 2024

Conversation

ikreymer
Copy link
Member

@ikreymer ikreymer commented Apr 23, 2024

if 'registration_enabled' is set, check 'registration_org_id' for org id of an existing org that new users should be added to when they register. if omitted, default to the default org

Fixes #1729

Test instructions:

  1. Create a new org
  2. set 'registration_org_id' in local chart to new org's id
  3. set 'registration_enabled: 1'
  4. Register as new user
  5. Ensure new user is added to the designated registration org, not the default org

…nabled' is enabled

by setting 'registration_org_id' to the id of an alternative org
fixes #1729
@ikreymer ikreymer requested a review from tw4l April 23, 2024 20:40
Copy link
Contributor

@tw4l tw4l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Tested

@tw4l tw4l merged commit b940701 into main Apr 23, 2024
3 of 4 checks passed
@tw4l tw4l deleted the configure-registration-org branch April 23, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Allow configuring which org new user registrations are added to
2 participants