Skip to content

Commit 8b12016

Browse files
author
Josh Brandoff
committed
Passwords should be obfuscated.
1 parent 1e4d34f commit 8b12016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/management.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h4>Add User</h4>
3434
<p>Create a new authorized API user.</p>
3535
<form method="post" action="/">
3636
<input type="text" name="username" placeholder="username">
37-
<input type="text" name="password" placeholder="password">
37+
<input type="password" name="password" placeholder="password">
3838
<input type="submit" name='submit' value='Add User'>
3939
</form>
4040
</div>
@@ -67,4 +67,4 @@ <h4>Add Client</h4>
6767
</div>
6868
<!-- /.container -->
6969
</body>
70-
</html>
70+
</html>

0 commit comments

Comments
 (0)