Skip to content

Commit

Permalink
Update rundeckapp/src/main/groovy/org/rundeck/app/data/providers/Gorm…
Browse files Browse the repository at this point in the history
…UserDataProvider.groovy

Co-authored-by: Greg Schueler <greg.schueler@gmail.com>
  • Loading branch information
Jesus-Osuna-M and gschueler committed May 14, 2024
1 parent 89e3f91 commit c3f1071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class GormUserDataProvider implements UserDataProvider, SystemConfigurable{
SystemConfig.builder().with {
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 c3f1071

Please sign in to comment.