This commit is contained in:
MarekZegare4
2026-07-06 18:45:42 +00:00
parent a75612da1f
commit d2ccbd7f03
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1662,9 +1662,9 @@
<p>Sensor placeholders appear automatically in the placeholder picker when the corresponding sensor is active. <code>{time}</code> and <code>{loc}</code> are always shown.</p>
<hr />
<h3 id="rooms-logging-in">Rooms — logging in</h3>
<p>Posting to a <strong>room server</strong> requires a login handshake first, so the device can log in on its own — no phone app needed. The first time you press <strong>Enter</strong> on a room, a password prompt opens automatically; type the room's password and press the <strong></strong> key (leave it empty and submit for open / no-password rooms).</p>
<p>Posting to a <strong>room server</strong> requires a login handshake first, so the device can log in on its own — no phone app needed. The first time you press <strong>Enter</strong> on a room, a password prompt opens automatically; type the room's password and press the <strong></strong> key (leave it empty and submit for open / no-password rooms). Once the login succeeds the room's chat <strong>opens automatically</strong> — no second Enter needed (as long as you're still on that room in the list).</p>
<ul>
<li><strong>Passwords are remembered across reboots.</strong> After a successful login the password is saved on the device, so picking that room again — even after a power cycle — logs back in silently without re-prompting.</li>
<li><strong>Passwords are remembered across reboots.</strong> After a successful login the password is saved on the device, so picking that room again — even after a power cycle — logs back in silently and drops you straight into the chat.</li>
<li><strong>A wrong or changed password self-heals.</strong> If a saved password stops working (e.g. the server's password was changed), the failed login forgets it, so the next <strong>Enter</strong> prompts you to type a new one.</li>
<li><strong>Re-login any time</strong> with <strong>Hold Enter</strong> on the room → <strong>Login…</strong> (see the room context menu below) — useful to switch to a new password without waiting for a failure.</li>
<li>Passwords set from the <strong>phone app</strong> are saved on the device too, so it can post to that room standalone after a reboot.</li>