05/07: updated add password item's Advanced Settings
This commit is contained in:
@@ -499,6 +499,64 @@
|
||||
secret key. PassKeeper will generate your 2FA codes.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- ── Advanced Settings (collapsible) ── -->
|
||||
<div class="adv-section">
|
||||
<button
|
||||
type="button"
|
||||
class="adv-section-header"
|
||||
id="adv-settings-toggle"
|
||||
aria-expanded="false"
|
||||
>
|
||||
<span class="adv-section-title">Advanced settings</span>
|
||||
<span class="adv-section-chevron" aria-hidden="true">⌄</span>
|
||||
</button>
|
||||
<div class="adv-section-body hidden" id="adv-settings-body">
|
||||
<label class="adv-checkbox-row">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="field-autofill"
|
||||
name="autofill"
|
||||
checked
|
||||
/>
|
||||
<div class="adv-checkbox-text">
|
||||
<span class="adv-checkbox-label">Autofill</span>
|
||||
<span class="adv-checkbox-desc"
|
||||
>Automatically fill your username and password when using the
|
||||
extension.</span
|
||||
>
|
||||
</div>
|
||||
</label>
|
||||
<label class="adv-checkbox-row">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="field-autologin"
|
||||
name="autologin"
|
||||
/>
|
||||
<div class="adv-checkbox-text">
|
||||
<span class="adv-checkbox-label">Autologin</span>
|
||||
<span class="adv-checkbox-desc"
|
||||
>Automatically fill and submit your username and password when
|
||||
using the extension.</span
|
||||
>
|
||||
</div>
|
||||
</label>
|
||||
<label class="adv-checkbox-row">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="field-reprompt"
|
||||
name="reprompt"
|
||||
/>
|
||||
<div class="adv-checkbox-text">
|
||||
<span class="adv-checkbox-label">Reprompt for master password</span>
|
||||
<span class="adv-checkbox-desc"
|
||||
>Require your master password when you fill, copy, or edit
|
||||
this item.</span
|
||||
>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="type-fields hidden" data-for-types="note">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user