Revize cbd239c6
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">Password</label> |
|
11 |
<label for="password">Password:</label>
|
|
12 | 12 |
<input type="password" id="password" name="password"> |
13 |
<input type="submit" value="Submit">
|
|
13 |
<input type="submit" value="LogIn">
|
|
14 | 14 |
</form> |
15 | 15 |
</body> |
16 | 16 |
</html> |
Také k dispozici: Unified diff
Added signup and users table in database. Passwords are hashed. Added view for changing users roles.