f2ee299004
Fixes #1740
18 lines
777 B
Smarty
18 lines
777 B
Smarty
<form class="container" method="post" action="">
|
|
<img src="img/logo-vertical-transparent-bg.svg" class="logo" alt="The Lounge" width="256" height="170">
|
|
<img src="img/logo-vertical-transparent-bg-inverted.svg" class="logo-inverted" alt="The Lounge" width="256" height="170">
|
|
|
|
<label>Username</label>
|
|
<input class="input" type="text" name="user" autocapitalize="none" autocorrect="off" autocomplete="username" required autofocus>
|
|
|
|
<div class="password-container">
|
|
<label>Password</label>
|
|
<input class="input" type="password" name="password" autocapitalize="none" autocorrect="off" autocomplete="current-password" required>
|
|
{{> ../reveal-password}}
|
|
</div>
|
|
|
|
<div class="error">Authentication failed.</div>
|
|
|
|
<button type="submit" class="btn">Sign in</button>
|
|
</form>
|