Good day!
It so happened that the person who has administered the JIRA is gone from our company, but did not tell us your login and password for the JIRA.
Please elaborate as much as possible to restore the login and password of the JIRA, or create a new administrator. Thanks !!!
At the moment I am not the administrator of fat and not server administrator
And if I move to another JIRA file osuser, will not work?
Please help
Maybe this can help you:
https://confluence.atlassian.com/display/JIRA/Retrieving+the+JIRA+Administrator
And if I move to another JIRA file osuser, will not work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(For me) The easiest way is to just set the new password directly within the DB.
The following statement sets the password to "123456"
UPDATE cwd_user SET credential = "{PKCS5S2}N0noJALCGdpVdKDsdV0HXg/I75w4vqNfYK7b0TQ6/eCNuVncAmd77OseO/9nG4gC" WHERE user_name='XYZ';
You have to change the user name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.