mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Security policy updated, allowing to autofill password if users have saved it
This commit is contained in:
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…
Reference in New Issue
Block a user