fix: rename disable registration fields#396
Merged
chance-coleman merged 6 commits intomainfrom Apr 4, 2025
Merged
Conversation
5 tasks
slaskawi
reviewed
Mar 30, 2025
slaskawi
approved these changes
Apr 2, 2025
mjnagel
approved these changes
Apr 3, 2025
chance-coleman
added a commit
to defenseunicorns/uds-core
that referenced
this pull request
Apr 4, 2025
## Description With the new theme customization work, moving the environment variable for disabling registration fields into the new `themeCustomizations` block since it's only theme related. ## Related Issue [Fixes this issue](defenseunicorns/uds-identity-config#395) [Related to this PR](defenseunicorns/uds-identity-config#396) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Steps to Validate - Steps to test are in the [identity config PR](defenseunicorns/uds-identity-config#396) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
noahpb
pushed a commit
to defenseunicorns/uds-core
that referenced
this pull request
Apr 17, 2025
## Description With the new theme customization work, moving the environment variable for disabling registration fields into the new `themeCustomizations` block since it's only theme related. ## Related Issue [Fixes this issue](defenseunicorns/uds-identity-config#395) [Related to this PR](defenseunicorns/uds-identity-config#396) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Steps to Validate - Steps to test are in the [identity config PR](defenseunicorns/uds-identity-config#396) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
mjnagel
pushed a commit
to BagelLab/uds-core
that referenced
this pull request
Nov 14, 2025
…ns#1397) ## Description With the new theme customization work, moving the environment variable for disabling registration fields into the new `themeCustomizations` block since it's only theme related. ## Related Issue [Fixes this issue](defenseunicorns/uds-identity-config#395) [Related to this PR](defenseunicorns/uds-identity-config#396) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Steps to Validate - Steps to test are in the [identity config PR](defenseunicorns/uds-identity-config#396) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
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.
Description
With the new theme customization work, moving the environment variable for disabling registration fields into the new
themeCustomizationsblock since it's only theme related.Testing
git clone https://github.com/defenseunicorns/uds-core.git && cd uds-core && git checkout move-registration-env && cd ../clone-corehere: https://github.com/defenseunicorns/uds-identity-config/blob/main/tasks.yaml#L117uds run uds-core-integration-testssso.uds.devand click the register buttonuds run uds-core-integration-testssso.uds.devthere is no registration fields present anymoreRelated Issue
Fixes #395
Related to this PR
Type of change
Checklist before merging