Archived
1
0

Improve password handling

- Error out if auth is enabled but no password is passed in
- Indicate password location on login page
This commit is contained in:
Anmol Sethi
2020-05-12 19:19:37 -04:00
parent 524b0205e9
commit c0d6eb4664
5 changed files with 33 additions and 15 deletions

View File

@ -26,7 +26,7 @@
<div class="card-box">
<div class="header">
<h1 class="main">Welcome to code-server</h1>
<div class="sub">Please log in below. Check code-server's logs for the generated password.</div>
<div class="sub">Please log in below. {{PASSWORD_MSG}}</div>
</div>
<div class="content">
<form class="login-form" method="post">