Jenkins Security - Unable to login

前端 未结 8 2251
北海茫月
北海茫月 2020-12-14 10:05

I enabled security on Jenkins and added myself as the only user. After clicking on \"Save\" it brought me back to the log-on screen without asking me to create a password. N

相关标签:
8条回答
  • 2020-12-14 10:29

    I had the same problem and googled it for a whole day trying different things to no avail. I finally had to re-install the whole thing. Just remember to store the original admin password when you configure Jenkins. Otherwise you'll never be able to log back in.

    0 讨论(0)
  • 2020-12-14 10:40
    1. http://localhost:8080/
    2. Put admin as user and admin password as a password, your admin password is the one you got while installing jenkins. In-case you forgot your admin password:

      Goto-> `/Users/{your
      username}/.jenkins/secrets/initialAdminPassword`
      
    0 讨论(0)
提交回复
热议问题