fix: change admin password fields from secret to password type

All user-facing admin passwords now use type: password instead of
type: secret, giving users a visible editable field with Generate
button (matching Paperless-ngx pattern).

Affected apps: Nextcloud, Grafana, Kimai, Code-server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 16:27:37 +01:00
parent dbe92bad5c
commit 153a05e2d8
4 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -34,8 +34,9 @@ deploy_fields:
- env_var: GF_SECURITY_ADMIN_PASSWORD
label: "Admin jelszó"
type: secret
type: password
generate: "password:16"
description: "Első bejelentkezéshez. Utána a webes felületen módosítható."
locked_after_deploy: false
# --- App info (info page content) ---