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:
@@ -34,8 +34,9 @@ deploy_fields:
|
||||
|
||||
- env_var: PASSWORD
|
||||
label: "Hozzáférési jelszó"
|
||||
type: secret
|
||||
type: password
|
||||
generate: "password:16"
|
||||
description: "Bejelentkezési jelszó a szerkesztőhöz."
|
||||
locked_after_deploy: false
|
||||
|
||||
# --- App info (info page content) ---
|
||||
|
||||
Reference in New Issue
Block a user