Security policy updated, allowing to autofill password if users have saved it

revert-70aa11f8
Nirothipan 7 years ago
parent 7a02ecbe68
commit ce741c3993

@ -39,8 +39,6 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="password">Password *</label> <label for="password">Password *</label>
<!-- Below line is added to stop autocomplete in firefox -->
<input type="password" style="display:none">
<input type="password" name="password" class="form-control" autocomplete="off" <input type="password" name="password" class="form-control" autocomplete="off"
placeholder="Enter your password" required="required" /> placeholder="Enter your password" required="required" />
</div> </div>

Loading…
Cancel
Save