How to Reset the Jenkins administrator password?
Let's say you have forgotten Jenkins admin password. How to reset or retrieve the admin password? Here below are the steps for resetting Jenkins admin password:
1. Edit the Jenkins config.xml under /var/lib/jenkins to disable securityFlag by executing below command:
sudo vi /var/lib/jenkins/config.xml
you need to disable security to Jenkins by below change
2. Find this <useSecurity>true</useSecurity> and change it to <useSecurity>false</useSecurity>
3. Restart Jenkins by below command:
sudo service jenkins restart
4. Access Jenkins now, click on Manage Jenkins, click on configure Global security
5. click on Enable security
7. click on apply and save
8. Now click on Manage users, click on admin, click on configure
After changing the password, you will be able to log into your Jenkins controller again using the same username and the new password that you have just set.
Enable security
Log in as your admin account.
On the dashboard, select Manage Jenkins in the navigation pane on the left side of the page.
On the Manage Jenkins page, under the Security section, select Configure Global Security.
Set the Authorization to Logged-in users can do anything. Uncheck the option Allow anonymous read access. Select Save.
Hi, How to find unhased password name and path in ubuntu server
ReplyDelete