Hello everyone,
So i lost my admin user password and im trying to follow the steps in this docs:
but the line its asking me to add in the setenv.sh file does not exist apparently. The line is:
-Datlassian.recovery.password=<your-password>
im not sure if im doing something wrong here.
Any help or suggestions is GREATLY appreciated.
Replace <your-password> with ABCD1234
When you restart the server, you can now login with admin rights using recovery_admin as user with ABCD1234 as password.
You put that line in JVM_SUPPORT_RECOMMENDED_ARGS=""
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Once completed make sure to remove that line and restart server again, as its otherwise a security risk.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah i tried that but do i have to include the line:
-Datlassian.recovery.password
as well, if yes what's the correct syntax? like thats how i had it the first time and it didnt work:
JVM_SUPPORT_RECOMMENDED_ARGS="-Datlassian.recovery.password=<abcd123>"
or should i remove the <> or anything else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes remove <>, those would be invalid characters so I dont think it will work with those at all
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i see thanks, and everything else should stay the same, like the - for example at the beginning?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes everything else the same and yes include the -
Oh and remember you MUST start Jira manually, meaning run start-jira.sh and not through the service (Step 3 in https://confluence.atlassian.com/jirakb/restore-passwords-to-recover-admin-user-rights-972329273.html)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.