Fixing security issue: Password Autocomplete in Firefox Browser

https://github.com/wso2/product-iots/issues/372
revert-70aa11f8
Amal Gunatilake 8 years ago committed by GitHub
parent 8bc7362bc0
commit 56cb6a3a1e

@ -39,6 +39,8 @@
</div>
<div class="form-group">
<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"
placeholder="Enter your password" required="required" />
</div>

Loading…
Cancel
Save