Creating Jenkins users with E-mail and Full Name
See original GitHub issueYour checklist for this issue
🚨 Please review the guidelines for contributing to this repository.
- Link to any upstream changes that might be required (for example Jenkins Core pull request)
Feature Request
It is currently possible to create jenkins users like this:
jenkins:
securityRealm:
local:
allowsSignup: false
users:
- id: "foo"
password: "bar"
What I am missing here is an entry for an E-mail and a Full Name, exactly like it is, when creating a user via the Jenkins WebUI. Would be great if those could be added!
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Create/Add Users in Jenkins & Manage Permissions
Under Manage Jenkins, Click Create User; Enter Jenkins add user details like password, name, email etc. Click Create User.
Read more >Git creates usernames based on 'name' not the email.
In our setup, only users changing their full name in Jenkins to match the one in Git have their commits associated.
Read more >Jenkins User | Learn How to Create and Manage ... - eduCBA
Clicked on Manage Jenkins. Clicked on Create Users. Enter all the details – Username, Password, Confirm password, Full Name, Email. Select Create User....
Read more >Jenkins Tutorial For Beginners 8 - How to create Users
In this video I am going to show How to create Users and configure users in Jenkins. Sow we will see How to...
Read more >How to add and manage user permissions in Jenkins?
... to the Create User page on which we need to fill in the username, password, confirm password, Full name, and email address...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mailer PR: https://github.com/jenkinsci/mailer-plugin/pull/80 Core PR (user timezone): https://github.com/jenkinsci/jenkins/pull/4557 Jcasc PR: https://github.com/jenkinsci/configuration-as-code-plugin/pull/1309
Thanks for being on fire @timja 😍