forgetadminUser’s account password. Can’t see
The part of themanage jenkinsis the part, and the user authority cannot be changed if you can’t see it, that is, the system is paralyzed.
So, when you want to start without registered accounts and passwords, you can see it, that is, nosign inand harmony
When thesign upmodule is available, this information should be written in
In the configuration file ofjenkins.
Directory:/var/lib/jenkins/config.xml
Need to delete the following:
<useSecurity>true</useSecurity><authorizationStategyclass=”hudson.sucrity.FullControlOnceLoggedInAuthorizationStrategy”>
……</authorizationStategy><securityRealmclass=”hudson.security.HudsonPrivateSecurityRealm”>
<disableSignup>false</disableSignup>
.. </securityRealm>
and then restartjenkins,
sudo service jenkins restart
loginseemanage jenkins.