Move hardcoded E2E admin password to Gitea secret #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: high
APP_ADMIN_PASSWORD=admin123andE2E_PASSWORD=admin123are hardcoded in plain text in.gitea/workflows/ci.yml(lines 144 and 192). This credential is now part of the repo's git history and visible to anyone with repo access.What to do
E2E_ADMIN_PASSWORDin the repo settings (Settings → Secrets).ci.yml:Note: the credential is also in git history. If this repo is or ever will be accessible outside the local network, rotate the credential after fixing this.