mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing security issue: Password Autocomplete in Firefox Browser
https://github.com/wso2/product-iots/issues/372
This commit is contained in:
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…
Reference in New Issue
Block a user