Skip to content

Commit

Permalink
Merge pull request #9120 from rundeck/RUN-2453-feature-rundeck-featur…
Browse files Browse the repository at this point in the history
…e-case-insensitive-username-not-visible-on-GUI

RUN-2453: Feature rundeck.feature.caseInsensitiveUsername.enabled doesn't show on System configuration page
  • Loading branch information
Jesus-Osuna-M committed May 16, 2024
2 parents 5edca0a + 6d97e58 commit 30d388d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ class GormUserDataProvider implements UserDataProvider, SystemConfigurable{
List<SysConfigProp> getSystemConfigProps() {
return [
SystemConfig.builder().with {
key("rundeck."+Features.CASE_INSENSITIVE_USERNAME)
key("rundeck.feature.caseInsensitiveUsername.enabled")
.datatype("Boolean")
.label("Enable case insensitive on login name")
.label("Enable case insensitive login name")
.defaultValue("false")
.category("Custom")
.visibility("Advanced")
Expand Down

0 comments on commit 30d388d

Please sign in to comment.