users sample password type=text->type=password
Change the password input of the users sample from type of text to type password. gh-49
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password">Password</label>
|
||||
<input id="password" type="text" name="password"/>
|
||||
<input id="password" type="password" name="password"/>
|
||||
</div>
|
||||
<input type="submit" value="Login"/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user