(command, capture=False)
| 6954 | <div class="field"> |
| 6955 | <label id="wallpaperUploadLabel" for="wallpaperUpload">Wallpaper image upload</label> |
| 6956 | <input type="file" id="wallpaperUpload" accept="image/*"> |
| 6957 | </div> |
| 6958 | <div class="settings-divider" id="securitySectionTitle">Security</div> |
| 6959 | <label class="subtle" style="display:flex;gap:8px;align-items:center;"><input type="checkbox" id="loginEnabledChk"><span id="loginEnabledText">Require login password</span></label> |
| 6960 | <div class="field"> |
| 6961 | <label id="loginPasswordSettingLabel" for="loginPasswordSetting">New password</label> |
| 6962 | <input type="password" id="loginPasswordSetting" placeholder="Leave blank to keep current password"> |
| 6963 | </div> |
| 6964 | <label class="subtle" style="display:flex;gap:8px;align-items:center;"><input type="checkbox" id="totpEnabledChk"><span id="totpEnabledText">Enable authenticator app (2FA)</span></label> |
| 6965 | <div class="field"> |
| 6966 | <label id="totpSecretLabel" for="totpSecretDisplay">Authenticator secret</label> |
| 6967 | <input type="text" id="totpSecretDisplay" placeholder="Will be generated after saving" readonly> |
| 6968 | </div> |
| 6969 | <div class="field"> |
no test coverage detected