I've lost the admin user password on hudson (actually it just randomly stopped working), I can get back in by disabling security (editing ~/.hudson/config.xml) then I can configure hudson, but I can't find any options to add new users or change/reset user passwords - maybe these options don't appear when security is disabled? I was using the matrix-based security. How can I add a new user or reset the password for existing ones?
|
|
Here is an article outlining how that is achieved. Summarized:
Hope this helps. |
|||
|
|
In Hudson 3.0, security is defined in a separate file, hudson-security.xml. Same directory though. Just edit the |
||||
|
|
|
I use Jenkins, but this should be similar in Hudson. You need to be logged in as a user with administrative permissions, so configuring Hudson to use security is essential. Look for a 'Manage Users' link in the 'Manage Hudson' page (the main configuration page linked from the main page). The 'Manage Users' page should give you a list of users that have been configured for use with Hudson and you should be able to add/edit/delete users from here. Read this article for more information on configuring security in Hudson. |
|||
|
|