mirror of
https://github.com/riwiwa/muzi.git
synced 2026-02-28 11:56:57 -08:00
censor password on account creation and login
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<label for="uname">Username:</label>
|
||||
<input type="text" id="uname" name="uname"> <br> <br>
|
||||
<label for="pass">Password:</label>
|
||||
<input type="text" id="pass" name="pass"> <br> <br>
|
||||
<input type="password" id="pass" name="pass"> <br> <br>
|
||||
<input type="submit" value="Login">
|
||||
{{if .ShowError}}
|
||||
<div class="login-error">
|
||||
|
||||
Reference in New Issue
Block a user