stisti / jenkins-app

Make Jenkins behave like a Mac application to make it easier to manage.
246 stars 20 forks source link

locked out myself #20

Closed n811mare closed 11 years ago

n811mare commented 11 years ago

Hi there, i accidentally locked out myself from my newly installed jenkins by activating the secured mode of jenkins without having any user created. normally one would delete or edit /var/lib/jenkins on linux but how can i disable the secured mod in jenkins app on a mac ??

Thanks for all help ^^

stisti commented 11 years ago

/var/lib/jenkins is conventionally the JENKINS_HOME directory set by Jenkins Linux installers.

The default JENKINS_HOME is ~/.jenkins and Jenkins.app does not change that. So go to .jenkins directory under the account you use to run Jenkins.app and edit config.xml to disable security.

n811mare commented 11 years ago

Thanks a lot, i missed to check for invisible directories^^