Making the input in login of type password to avoid showing it.
This commit is contained in:
parent
c3584056b4
commit
1746c0cc65
@ -7,7 +7,7 @@
|
||||
<br/>
|
||||
<label for="password">Password</label>
|
||||
<br/>
|
||||
<input type="text" name="password"/>
|
||||
<input type="password" name="password"/>
|
||||
<br/>
|
||||
<input type="submit" value="Login"/>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user