teamatldocker / confluence

Dockerized Atlassian Confluence
https://hub.docker.com/r/teamatldocker/confluence/
MIT License
301 stars 147 forks source link

Reset password #76

Open hesyar opened 4 years ago

hesyar commented 4 years ago

Is there a way to reset or override the current user/password through environment variables?

gkowalc commented 3 years ago

You mean admin account created in step "Thirdly, configure your Confluence yourself and fill it with a test license."? If so, then it is not possible. However if you lost your admin account credentials you can add -Datlassian.recovery.password=<your-password< env variable to access the instance. For more details see: https://confluence.atlassian.com/doc/restore-passwords-to-recover-admin-user-rights-158390.html Cheers, Greg