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

Simplify label to 'Jenkins user database' #9024

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -25,7 +25,7 @@ GlobalSecurityConfiguration.Description=Secure Jenkins; define who is allowed to
HudsonPrivateSecurityRealm.WouldYouLikeToSignUp=This {0} {1} is new to Jenkins. Would you like to sign up?
LegacyAuthorizationStrategy.DisplayName=Legacy mode

HudsonPrivateSecurityRealm.DisplayName=Jenkins’ own user database
HudsonPrivateSecurityRealm.DisplayName=Jenkins user database
Copy link
Member

Choose a reason for hiding this comment

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

I agree with Stefan in #9024 (comment).
Jenkins is unneeded, I'm not a huge fan of user database though, but I could live with it.

What about one of these?

Suggested change
HudsonPrivateSecurityRealm.DisplayName=Jenkins user database
HudsonPrivateSecurityRealm.DisplayName=Local authentication
Suggested change
HudsonPrivateSecurityRealm.DisplayName=Jenkins user database
HudsonPrivateSecurityRealm.DisplayName=Internal
Suggested change
HudsonPrivateSecurityRealm.DisplayName=Jenkins user database
HudsonPrivateSecurityRealm.DisplayName=Local

HudsonPrivateSecurityRealm.SignupWarning=With signup enabled, anyone on your network can become an authenticated user. It is recommended in this case to minimize the permissions granted to any authenticated user.
HudsonPrivateSecurityRealm.Details.DisplayName=Password
HudsonPrivateSecurityRealm.Details.PasswordError=\
Expand Down