Implement RUSTDESK_UNATTENDED_PWD_VISIBILITY to enable visibility of unattended passwords within the Admin UI even when User is logged in.
build / build-linux-amd64 (push) Successful in 1m45s

This commit is contained in:
2026-05-18 18:25:29 +02:00
parent 5ec9776207
commit e22e4f6fb6
5 changed files with 31 additions and 4 deletions
+5
View File
@@ -25,6 +25,11 @@ RUSTDESK_BOOTSTRAP_ADMIN_PASSWORD=changeme
# Force relay for all sessions even on LAN.
#RUSTDESK_ALWAYS_USE_RELAY=Y
# When the admin UI shows a device's unattended (per-boot) password.
# logged-out only when nobody is logged in on the device (default)
# always also while an interactive user is logged in
#RUSTDESK_UNATTENDED_PWD_VISIBILITY=logged-out
#RUST_LOG=info
# --- Optional build source ---------------------------------------------------