Revize 5dc6d077
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/auth/login.html | ||
---|---|---|
8 | 8 |
<form action="/login" method="post"> |
9 | 9 |
<label for="username">Username:</label><br> |
10 | 10 |
<input type="text" id="username" name="username"><br><br> |
11 |
<label for="password">Expiration Date</label>
|
|
12 |
<input type="text" id="password" name="password">
|
|
11 |
<label for="password">Password</label>
|
|
12 |
<input type="password" id="password" name="password">
|
|
13 | 13 |
<input type="submit" value="Submit"> |
14 | 14 |
</form> |
15 | 15 |
</body> |
Také k dispozici: Unified diff
security fix for all endpoints. Added view for Licenses and html template on "/" with information about server endpoints.