Change to password input
This commit is contained in:
@@ -18,7 +18,7 @@ func (s *Server) usersLog(w http.ResponseWriter, r *http.Request) {
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<form method="post" action="/authorize?`+q.Encode()+`">
|
<form method="post" action="/authorize?`+q.Encode()+`">
|
||||||
<input type="text" name="username"></input>
|
<input type="password" name="username"></input>
|
||||||
<input type="submit"></input>
|
<input type="submit"></input>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user