Difference between revisions of "Confluence: Restore Passwords To Recover Admin User Rights"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
  
 
Old line: <code>-Datlassian.recovery.password=<your-password></code> in <code>/opt/atlassian/confluence/bin/start-confluence.sh</code>
 
Old line: <code>-Datlassian.recovery.password=<your-password></code> in <code>/opt/atlassian/confluence/bin/start-confluence.sh</code>
Net line: <code>export START_CONFLUENCE_JAVA_OPTS="-Datlassian.plugins.startup.options='${@}' -Datlassian.recovery.password=123456"</code>
+
Net line: <code>export START_CONFLUENCE_JAVA_OPTS="-Datlassian.plugins.startup.options='${@}' -Datlassian.recovery.password=YOUR_NEW_PASS"</code>
  
 
* User: recovery_admin
 
* User: recovery_admin

Revision as of 14:00, 18 February 2021

https://confluence.atlassian.com/conf610/restore-passwords-to-recover-admin-user-rights-952622930.html



systemctl stop confluence

Edit /opt/atlassian/confluence/bin/setenv.sh
User: recovery_admin 
Pass: password in setenv.sh file
/opt/atlassian/confluence/bin/start-confluence.sh


Method 2


Old line: -Datlassian.recovery.password=<your-password> in /opt/atlassian/confluence/bin/start-confluence.sh Net line: export START_CONFLUENCE_JAVA_OPTS="-Datlassian.plugins.startup.options='${@}' -Datlassian.recovery.password=YOUR_NEW_PASS"

  • User: recovery_admin
  • Passwd: <your-password>


Related terms

See also

Advertising: