Files
geograsim/.dontDeploy/entwurfswerkzeug/accounts.html
T
Adminator 1e51ef7def Nachtrag: alle bisher untracked Ordner + hängende Änderungen mit-committen
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/
- 12 code-workspace-Files
- STATUS-*.md
- viele M/D/R-Änderungen an bereits getrackten Files
- .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-08 02:27:02 +02:00

373 lines
21 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Test-Accounts · GeoGraSim</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',system-ui,sans-serif;background:#f5f2eb;color:#2a2a2a;line-height:1.5;padding:24px;max-width:1300px;margin:0 auto}
h1{color:#1f4e5a;font-size:1.5rem;margin-bottom:4px}
.sub{font-size:.82rem;color:#8a8a8a;margin-bottom:14px}
h2{color:#1f4e5a;font-size:1.1rem;margin:24px 0 8px;padding-bottom:4px;border-bottom:2px solid #4a7c8a;display:flex;align-items:center;gap:8px}
h3{color:#4a7c8a;font-size:.95rem;margin:14px 0 6px}
table{width:100%;border-collapse:collapse;font-size:.84rem;background:#fff;border-radius:6px;overflow:hidden;margin-bottom:8px}
th,td{text-align:left;padding:6px 10px;border-bottom:1px solid #e0ddd4;vertical-align:top}
th{background:#1f4e5a;color:#fff;font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em}
tr:hover{background:#fafaf5}
tr:last-child td{border-bottom:none}
code{background:#f5f2eb;padding:2px 6px;border-radius:3px;font-family:'JetBrains Mono',Consolas,monospace;font-size:.85em}
a{color:#1f4e5a}
.pw{font-family:'JetBrains Mono',Consolas,monospace;font-weight:700;color:#9c4d2e}
.pw.empty{color:#bbb;font-weight:400;font-style:italic}
.badge{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 7px;border-radius:9999px;margin-right:4px}
.b-local{background:#d6e3e9;color:#1f4e5a}
.b-prod{background:#fde0db;color:#9c4d2e}
.b-admin{background:#e8c547;color:#5a4416}
.b-school{background:#e3e9d6;color:#4a6b3f;font-weight:500}
.top-nav{background:#fff;border:1px solid #e0ddd4;border-radius:8px;padding:10px 14px;margin-bottom:18px;font-size:.86rem;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.top-nav a{text-decoration:none;padding:5px 11px;border-radius:6px;color:#1f4e5a}
.top-nav a:hover{background:#f5f2eb}
.top-nav a.active{background:#1f4e5a;color:#fff}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
.info-box{background:#fff7e0;border-left:4px solid #d2a24c;padding:12px 16px;margin:14px 0;border-radius:0 6px 6px 0;font-size:.88rem}
.stat-row{display:flex;gap:18px;font-size:.84rem;color:#666;margin-bottom:8px;flex-wrap:wrap}
.stat-row b{color:#1f4e5a}
.login-link{font-size:.74rem;color:#4a7c8a;text-decoration:none;background:#f5f2eb;padding:2px 6px;border-radius:4px}
.login-link:hover{background:#1f4e5a;color:#fff}
details{background:#fff;border:1px solid #e0ddd4;border-radius:6px;margin-bottom:8px}
details summary{padding:10px 14px;cursor:pointer;font-weight:600;color:#1f4e5a;font-size:.92rem}
details[open] summary{border-bottom:1px solid #e0ddd4}
details > div{padding:0 14px 12px}
@media (max-width:900px){.grid{grid-template-columns:1fr}}
</style>
</head>
<body>
<nav class="top-nav">
<strong>🛠 Entwurfswerkzeug</strong>
<a href="index.html">Übersicht</a>
<a href="../entwurf.html">Entwurf</a>
<a href="../review.html">Review</a>
<a href="accounts.html" class="active">🔑 Accounts</a>
<a href="standards.html">📐 Standards</a>
<a href="legacy/" style="color:#6b6448">📂 legacy/</a>
<a href="toDelete/" style="color:#9c4d2e">📂 toDelete/</a>
<a href="../../App/admin-sitemap.html" target="_blank">📊 Sitemap</a>
</nav>
<h1>🔑 Test-Accounts</h1>
<p class="sub">Schnellzugang für Test-Logins (Lehrer:innen + Schüler:innen) · Stand: 2026-06-08</p>
<!-- ⭐ ANGEHEFTET — Schroffi-Klasse ganz oben für sofortigen Zugriff -->
<div style="background:linear-gradient(135deg,#fde0db 0%,#fff7e0 100%);border:3px solid #c85c4a;border-radius:12px;padding:18px 22px;margin:14px 0 22px;box-shadow:0 4px 14px rgba(200,92,74,.18)">
<div style="display:flex;align-items:center;gap:8px;margin-bottom:10px">
<span style="font-size:1.6rem"></span>
<span style="font-size:1.1rem;font-weight:800;color:#9c4d2e">Schroffis Online-Testklasse</span>
<span style="font-size:.74rem;background:#c85c4a;color:#fff;padding:3px 10px;border-radius:9999px;font-weight:700;letter-spacing:.05em">PROD · DIE BRAUCHE ICH OFT</span>
</div>
<div style="display:grid;grid-template-columns:1fr 1fr;gap:14px">
<div>
<div style="font-size:.72rem;text-transform:uppercase;color:#8a6516;font-weight:700;letter-spacing:.05em;margin-bottom:4px">Lehrer-Login</div>
<div style="font-family:'JetBrains Mono',Consolas,monospace;font-size:.95rem;font-weight:700;color:#9c4d2e;background:#fff;padding:8px 12px;border-radius:6px;border:1px solid #c85c4a">
schroffenegger@ph-vorarlberg.ac.at
</div>
<div style="font-size:.74rem;color:#8a6516;margin-top:3px">id 107 · intern <code>schroffenegger_359</code></div>
</div>
<div>
<div style="font-size:.72rem;text-transform:uppercase;color:#8a6516;font-weight:700;letter-spacing:.05em;margin-bottom:4px">Klassen-Code (Schüler-Login)</div>
<div style="font-family:'JetBrains Mono',Consolas,monospace;font-size:1.4rem;font-weight:800;color:#9c4d2e;background:#fff;padding:6px 14px;border-radius:6px;border:1px solid #c85c4a;letter-spacing:.1em;text-align:center">
LCVZHN
</div>
<div style="font-size:.74rem;color:#8a6516;margin-top:3px">„Meine Klasse" · 4 Schüler:innen</div>
</div>
</div>
<table style="margin-top:14px;background:#fff">
<thead><tr><th>Username</th><th>Passwort</th><th>Display</th><th>Letzter Login</th></tr></thead>
<tbody>
<tr><td><code style="font-size:.95rem;font-weight:700">Lena</code></td><td class="pw" style="font-size:.95rem">fnahc</td><td>Lenchen</td><td>2026-05-29 09:42</td></tr>
<tr><td><code style="font-size:.95rem;font-weight:700">Teresa</code></td><td class="pw" style="font-size:.95rem">fnahc</td><td>Tesa</td><td><i style="color:#888">nie</i></td></tr>
<tr><td><code style="font-size:.95rem;font-weight:700">bubi</code></td><td class="pw" style="font-size:.95rem">fnahc</td><td></td><td><i style="color:#888">nie</i></td></tr>
<tr><td><code style="font-size:.95rem;font-weight:700">Franz</code></td><td class="pw" style="font-size:.95rem">fnahc</td><td></td><td><i style="color:#888">nie</i></td></tr>
</tbody>
</table>
<div style="display:flex;gap:10px;flex-wrap:wrap;margin-top:10px">
<a href="https://geograsim.at/login" target="_blank" style="background:#c85c4a;color:#fff;text-decoration:none;border-radius:6px;padding:8px 14px;font-weight:700;font-size:.86rem">👩‍🏫 Lehrer-Login</a>
<a href="https://geograsim.at/login" target="_blank" style="background:#fff;color:#9c4d2e;text-decoration:none;border-radius:6px;padding:8px 14px;font-weight:700;font-size:.86rem;border:1.5px solid #c85c4a">🧑‍🎓 Schüler-Login (Code LCVZHN)</a>
<a href="https://geograsim.at/teacher" target="_blank" style="background:#fff;color:#9c4d2e;text-decoration:none;border-radius:6px;padding:8px 14px;font-weight:700;font-size:.86rem;border:1.5px solid #c85c4a">🔴 Live-Cockpit</a>
</div>
</div>
<div class="info-box">
<b>So funktioniert Schüler-Login:</b>
Schüler:innen melden sich mit <code>Klassen-Code</code> (z.B. <code>JAKOB1</code>) + Username + (Plaintext-)Passwort an.
Wenn das Passwort <span class="pw empty">NULL</span> ist, verwendet die Klasse <i>Anonymous-Pattern</i> — kein Passwort,
nur Klassen-Code + Username. (<code>students.is_anonymous=1</code>).
</div>
<!-- ================== LOKAL ================== -->
<h2><span class="badge b-local">LOKAL</span> XAMPP-Dev-DB</h2>
<div class="stat-row">
<span>👩‍🏫 <b>7</b> Lehrer:innen</span>
<span>🏫 <b>5</b> Klassen</span>
<span>🧑‍🎓 <b>16</b> Schüler:innen</span>
<span><a href="http://localhost/geograsim/App/login.html" target="_blank" class="login-link">→ Login-Seite</a></span>
</div>
<h3>Lehrer:innen — lokal</h3>
<table>
<thead><tr><th>id</th><th>Username</th><th>E-Mail</th><th>Display-Name</th><th>Schule</th><th>Login</th></tr></thead>
<tbody>
<tr><td>1</td><td><code>demo</code></td><td></td><td>Demo-Lehrkraft</td><td></td><td><a class="login-link" href="http://localhost/geograsim/App/login.html?user=demo" target="_blank"></a></td></tr>
<tr><td>2</td><td><code>test_928</code></td><td>test@schule.at</td><td>Test Lehrer</td><td>Test Schule</td><td></td></tr>
<tr><td>99</td><td><code>testlehrer</code></td><td>test@geograsim.at</td><td>Test-Lehrkraft</td><td>Testschule</td><td></td></tr>
<tr><td>100</td><td><code>neu_915</code></td><td>neu@schule.at</td><td>Neuer Lehrer</td><td>Schule X</td><td></td></tr>
<tr><td>101</td><td><code>lernapps</code></td><td>lernapps@oead.at</td><td>OeAD Lernapps</td><td>OeAD</td><td></td></tr>
<tr><td>102</td><td><code>jakob</code> <span class="badge b-school">AT</span></td><td>jakob@geograsim.at</td><td>Jakob</td><td></td><td></td></tr>
<tr><td>103</td><td><code>v2admin</code> <span class="badge b-admin">ADMIN</span></td><td>v2admin@local</td><td>V2 Admin</td><td>Lokale V2-Test-Schule</td><td></td></tr>
</tbody>
</table>
<h3>Klassen + Schüler:innen — lokal</h3>
<details open>
<summary>Klasse <code>JAKOB1</code> · „Jakob 1" · 3 Schüler:innen · Lehrer <code>jakob</code></summary>
<div>
<table>
<thead><tr><th>Username</th><th>Passwort</th><th>Display-Name</th></tr></thead>
<tbody>
<tr><td><code>Alexom</code></td><td class="pw">3322</td><td>Alexom</td></tr>
<tr><td><code>Berturam</code></td><td class="pw">7788</td><td>Berturam</td></tr>
<tr><td><code>Sussama</code></td><td class="pw">9991</td><td>Sussama</td></tr>
</tbody>
</table>
</div>
</details>
<details>
<summary>Klasse <code>TEST01</code> · „Test" · 3 Schüler:innen · Lehrer <code>testlehrer</code></summary>
<div>
<table>
<thead><tr><th>Username</th><th>Passwort</th><th>Display-Name</th></tr></thead>
<tbody>
<tr><td><code>anna</code></td><td class="pw empty">NULL (anonym)</td><td>Anna</td></tr>
<tr><td><code>ben</code></td><td class="pw empty">NULL</td><td>Ben</td></tr>
<tr><td><code>clara</code></td><td class="pw empty">NULL</td><td>Clara</td></tr>
</tbody>
</table>
</div>
</details>
<details>
<summary>Klasse <code>P9BNKR</code> · „2B" · 3 Schüler:innen · Lehrer <code>test_928</code></summary>
<div>
<table>
<thead><tr><th>Username</th><th>Passwort</th><th>Display-Name</th></tr></thead>
<tbody>
<tr><td><code>schueler01</code></td><td class="pw empty">NULL (anonym)</td><td>schueler01</td></tr>
<tr><td><code>schueler02</code></td><td class="pw empty">NULL</td><td>schueler02</td></tr>
<tr><td><code>schueler03</code></td><td class="pw empty">NULL</td><td>schueler03</td></tr>
</tbody>
</table>
</div>
</details>
<details>
<summary>Klasse <code>V2DEMO</code> · „V2-Demo 1A" · 7 Schüler:innen · Lehrer <code>v2admin</code></summary>
<div>
<table>
<thead><tr><th>Username</th><th>Passwort</th><th>Display-Name</th></tr></thead>
<tbody>
<tr><td><code>lina</code></td><td class="pw empty">NULL</td><td>Lina</td></tr>
<tr><td><code>max</code></td><td class="pw empty">NULL</td><td>Max</td></tr>
<tr><td><code>mia</code></td><td class="pw empty">NULL</td><td>Mia</td></tr>
<tr><td><code>moxo</code></td><td class="pw empty">NULL</td><td>Moxomilian Jackbiel</td></tr>
<tr><td><code>sofia</code></td><td class="pw empty">NULL</td><td>Sofia</td></tr>
<tr><td><code>tim</code></td><td class="pw empty">NULL</td><td>Tim</td></tr>
<tr><td><code>yusuf</code></td><td class="pw empty">NULL</td><td>Yusuf</td></tr>
</tbody>
</table>
</div>
</details>
<details>
<summary>Klasse <code>GEO1A</code> · „1A" · 0 Schüler:innen · Lehrer <code>demo</code></summary>
<div><p class="sub">Leere Demo-Klasse.</p></div>
</details>
<!-- ================== PROD ================== -->
<h2><span class="badge b-prod">PROD</span> geograsim.at</h2>
<div class="stat-row">
<span>👩‍🏫 <b>17</b> Lehrer:innen</span>
<span>🏫 <b>11</b> Klassen</span>
<span>🧑‍🎓 <b>~70</b> Schüler:innen</span>
<span><a href="https://geograsim.at/login" target="_blank" class="login-link">→ Prod-Login</a></span>
</div>
<!-- ⭐ Schroffi-Eigene Test-Klasse — prominent gehighlightet -->
<div style="background:#fff7e0;border:2px solid #d2a24c;border-radius:8px;padding:14px 18px;margin:14px 0">
<h3 style="color:#8a6516;margin:0 0 8px;font-size:1rem">⭐ Meine Online-Testklasse (Thomas Schroffenegger, PH Vorarlberg)</h3>
<table style="margin:0;background:transparent">
<tbody>
<tr><th style="background:transparent;color:#8a6516;width:130px">Lehrer-Login</th>
<td><code>schroffenegger@ph-vorarlberg.ac.at</code> · <span class="sub" style="color:#8a6516;font-size:.78rem">(intern: <code>schroffenegger_359</code> · id 107)</span></td></tr>
<tr><th style="background:transparent;color:#8a6516">Klassen-Code</th>
<td><code style="font-size:1.05rem;font-weight:700;color:#9c4d2e">LCVZHN</code> · „Meine Klasse"</td></tr>
<tr><th style="background:transparent;color:#8a6516">Schüler-Login</th>
<td>Username + Passwort <code class="pw">fnahc</code> für alle 4</td></tr>
</tbody>
</table>
<table style="margin-top:8px">
<thead><tr><th>Username</th><th>Passwort</th><th>Display</th><th>Letzter Login</th></tr></thead>
<tbody>
<tr><td><code>Lena</code></td><td class="pw">fnahc</td><td>Lenchen</td><td>2026-05-29 09:42</td></tr>
<tr><td><code>Teresa</code></td><td class="pw">fnahc</td><td>Tesa</td><td><i style="color:#888">nie</i></td></tr>
<tr><td><code>bubi</code></td><td class="pw">fnahc</td><td></td><td><i style="color:#888">nie</i></td></tr>
<tr><td><code>Franz</code></td><td class="pw">fnahc</td><td></td><td><i style="color:#888">nie</i></td></tr>
</tbody>
</table>
<p class="sub" style="margin-top:6px;color:#8a6516">
🔗 Schüler-Login-URL: <a href="https://geograsim.at/login" target="_blank">geograsim.at/login</a> → Klassen-Code <code>LCVZHN</code>
</p>
</div>
<h3>Lehrer:innen — Prod (Stand 2026-06-08)</h3>
<table>
<thead><tr><th>id</th><th>Username</th><th>E-Mail</th><th>Display-Name</th><th>Schule</th></tr></thead>
<tbody>
<tr><td>1</td><td><code>demo</code></td><td></td><td>Demo-Lehrkraft</td><td></td></tr>
<tr><td>2</td><td><code>demo_563</code></td><td>demo@test.at</td><td>Demo Lehrer</td><td>Demo Schule</td></tr>
<tr><td>99</td><td><code>testlehrer</code></td><td>test@geograsim.at</td><td>Test-Lehrkraft</td><td>Testschule</td></tr>
<tr><td>100</td><td><code>test2_502</code></td><td>test2@geograsim.at</td><td>Reg Test</td><td>Schule</td></tr>
<tr><td>101</td><td><code>oem_767</code></td><td>oem@gmx.at</td><td>Thomas Schroffenegger</td><td>MS Dornbirn</td></tr>
<tr><td>102</td><td><code>konzett_998</code></td><td>konzett@msls.edu.dornbirn.at</td><td>Meenu Konzett</td><td>MS Lustenauerstrasse, Dornbirn</td></tr>
<tr><td>103</td><td><code>lernapps</code></td><td>lernapps@oead.at</td><td>OeAD Lernapps</td><td>OeAD</td></tr>
<tr><td>104</td><td><code>schroffi_650</code></td><td>schroffi@gmx.at</td><td>Harald Emmerich</td><td>vsm</td></tr>
<tr><td>105</td><td><code>thomas.schroffenegger_485</code></td><td>thomas.schroffenegger@ph-vorarlberg.ac.at</td><td>Thomas Schroffenegger</td><td>PH Vorarlberg</td></tr>
<tr><td>106</td><td><code>jakob</code></td><td>jakob@geograsim.at</td><td>Jakob</td><td></td></tr>
<tr><td>107</td><td><code>schroffenegger_359</code></td><td>schroffenegger@ph-vorarlberg.ac.at</td><td>schroffenegger</td><td></td></tr>
<tr><td>108</td><td><code>qpv-e25-073_251</code></td><td>qpv-e25-073@oead.at</td><td>qpv-e25-073</td><td></td></tr>
<tr><td>109</td><td><code>olivia.kaesche_683</code></td><td>olivia.kaesche@ruetischule.ch</td><td>olivia.kaesche</td><td></td></tr>
<tr><td>110</td><td><code>helmut.pecher_215</code></td><td>helmut.pecher@kphvie.ac.at</td><td>Helmut Pecher</td><td>PVS Strebersdorf</td></tr>
</tbody>
</table>
<h3>Klassen + Schüler:innen — Prod</h3>
<details open>
<summary>Klasse <code>K9FQ7R</code> · „1A" · 25 Schüler:innen · Lehrer <code>lernapps</code> (OeAD)</summary>
<div>
<p class="sub">OeAD-Lernapps Test-Klasse mit 4-stelligen Plaintext-Passwörtern.</p>
<table>
<thead><tr><th>Username</th><th>PW</th><th>Username</th><th>PW</th><th>Username</th><th>PW</th><th>Username</th><th>PW</th><th>Username</th><th>PW</th></tr></thead>
<tbody>
<tr>
<td><code>LernApp01</code></td><td class="pw">6746</td>
<td><code>LernApp02</code></td><td class="pw">8199</td>
<td><code>LernApp03</code></td><td class="pw">3187</td>
<td><code>LernApp04</code></td><td class="pw">7391</td>
<td><code>LernApp05</code></td><td class="pw">9111</td>
</tr>
<tr>
<td><code>LernApp06</code></td><td class="pw">6052</td>
<td><code>LernApp07</code></td><td class="pw">6628</td>
<td><code>LernApp08</code></td><td class="pw">5070</td>
<td><code>LernApp09</code></td><td class="pw">9488</td>
<td><code>LernApp10</code></td><td class="pw">5079</td>
</tr>
<tr>
<td><code>LernApp11</code></td><td class="pw">9578</td>
<td><code>LernApp12</code></td><td class="pw">3053</td>
<td><code>LernApp13</code></td><td class="pw">8932</td>
<td><code>LernApp14</code></td><td class="pw">2570</td>
<td><code>LernApp15</code></td><td class="pw">4978</td>
</tr>
<tr>
<td><code>LernApp16</code></td><td class="pw">1761</td>
<td><code>LernApp17</code></td><td class="pw">6538</td>
<td><code>LernApp18</code></td><td class="pw">6298</td>
<td><code>LernApp19</code></td><td class="pw">8051</td>
<td><code>LernApp20</code></td><td class="pw">1178</td>
</tr>
<tr>
<td colspan="10" style="font-style:italic;color:#888;padding:8px">+ LernApp2125 (Passwörter via SSH abrufbar)</td>
</tr>
</tbody>
</table>
</div>
</details>
<details>
<summary>Klasse <code>VRGETF</code> · „Meine Klasse" · 25 Schüler:innen · Lehrer <code>thomas.schroffenegger_485</code> (PH Vorarlberg)</summary>
<div>
<p class="sub">25 Schüler <code>schueler01</code> bis <code>schueler25</code> — alle Passwörter <code>NULL</code> (anonym).</p>
</div>
</details>
<details>
<summary>Klasse <code>TEST01</code> · „Test" · 3 Schüler:innen · Lehrer <code>testlehrer</code></summary>
<div>
<table>
<thead><tr><th>Username</th><th>Passwort</th><th>Display</th></tr></thead>
<tbody>
<tr><td><code>anna</code></td><td class="pw empty">NULL (anonym)</td><td>Anna</td></tr>
<tr><td><code>ben</code></td><td class="pw empty">NULL</td><td>Ben</td></tr>
<tr><td><code>clara</code></td><td class="pw empty">NULL</td><td>Clara</td></tr>
</tbody>
</table>
</div>
</details>
<details>
<summary>Klasse <code>8MY62C</code> · „1a" · 3 Schüler:innen · Lehrer <code>oem_767</code> (MS Dornbirn)</summary>
<div>
<p class="sub"><code>schueler01</code> bis <code>schueler03</code> — alle NULL.</p>
</div>
</details>
<details>
<summary>Klasse <code>JAKOB1</code> · „Jakob 1" · 3 Schüler:innen · Lehrer <code>jakob</code></summary>
<div><p class="sub">Spiegel der lokalen Klasse (Alexom/Berturam/Sussama).</p></div>
</details>
<details>
<summary>Klasse <code>LCVZHN</code> · „Meine Klasse" · 4 Schüler:innen · Lehrer <code>schroffenegger_359</code> (PH Vorarlberg)</summary>
<div><p class="sub">Klein-Setup, schueler0104, alle NULL.</p></div>
</details>
<details>
<summary>Klasse <code>MLVJBU</code> · „Meine Klasse" · 5 Schüler:innen · Lehrer <code>qpv-e25-073_251</code> (OeAD)</summary>
<div><p class="sub">5 Schüler:innen, vermutlich anonym.</p></div>
</details>
<details>
<summary>Klassen ohne Schüler:innen</summary>
<div>
<table>
<thead><tr><th>Code</th><th>Klasse</th><th>Lehrer</th></tr></thead>
<tbody>
<tr><td><code>GEO1A</code></td><td>1A</td><td>demo</td></tr>
<tr><td><code>BY66A9</code></td><td>1b</td><td>konzett_998 (MS Lustenauerstrasse)</td></tr>
<tr><td><code>YTU7H9</code></td><td>Meine Klasse</td><td>olivia.kaesche_683 (Rütischule CH)</td></tr>
<tr><td><code>Z8PKJN</code></td><td>Meine Klasse</td><td>helmut.pecher_215 (PVS Strebersdorf)</td></tr>
</tbody>
</table>
</div>
</details>
<div class="info-box" style="margin-top:24px">
<b>🔄 Daten neu ziehen:</b><br>
<code>"c:/xampp/php/php.exe" -r "..."</code> für lokal (siehe Memory),
und <code>ssh -i ~/.ssh/openclaw root@85.215.155.82 'docker exec webstack-mysql sh -c ...'</code> für Prod.<br>
Datei wird beim nächsten Sweep automatisch durch Atlas aktualisiert — bei Fragen einfach
<i>Update accounts.html</i>" sagen.
</div>
<footer style="margin:24px 0;text-align:center;font-size:.75rem;color:#8a8a8a">
Liegt unter <code>.dontDeploy/entwurfswerkzeug/accounts.html</code> · wird nicht deployed.
</footer>
</body>
</html>