improved error message display on login papge
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -24,10 +24,16 @@
|
||||
<th>Passwort</th>
|
||||
<td><input type="password" id="password" onkeydown="keyDown()" placeholder="Passwort *"/></td>
|
||||
</tr>
|
||||
<tr id="error" style="display: none">
|
||||
<tr id="error_login_failed" class="warn" style="display: none">
|
||||
<th>Fehler</th>
|
||||
<td class="warning">Anmeldung fehlgeschlagen!</td>
|
||||
</tr>
|
||||
<tr id="error_locked" class="warn" style="display: none">
|
||||
<th>Fehler</th>
|
||||
<td class="warning">
|
||||
Account gesperrt bis <span id="release"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<label>
|
||||
@@ -47,11 +53,11 @@
|
||||
</table>
|
||||
</fieldset>
|
||||
<div id="sent" class="warning" style="display: none">
|
||||
Ein Link zum Zurücksetzen ihres Passworts wurde ihnen per Mail gesendet.
|
||||
Ein Link zum Zurücksetzen Ihres Passworts wurde ihnen per Mail gesendet.
|
||||
</div>
|
||||
</div>
|
||||
<div id="ad">
|
||||
Dieser minimale Login-Service wird durch <b>SRSoftware</b> zur Verfügung gestellt. <a href="https://git.srsoftware.de/StephanRichter/LightOidc">Mehr erfahren…</a>
|
||||
Dieser leichtgewichtige Login-Service wird durch <b>SRSoftware</b> zur Verfügung gestellt. <a href="https://git.srsoftware.de/StephanRichter/LightOidc">Mehr erfahren…</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user