Replies: 1 comment 1 reply
-
I guess you are talking about WEBLATE_ADMIN_PASSWORD. If the admin user does not exist, the user is created with a random password. If it exists, it is not generated again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I remove WEBLATE_DEFAULT_PASSWORD from docker.override.yml in the Weblate configuration, will it randomize the admin password every time it starts up Docker containers?
The documentation says "If WEBLATE_ADMIN_PASSWORD is not set, the admin user is created with a random password shown on first startup."
What constitutes first startup? Does a new version count as a "first startup"? Docker recreates containers a lot, so I'm unclear.
My goal is to have a persistent admin password without coding it in a text file.
Beta Was this translation helpful? Give feedback.
All reactions