MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / network_run

Function network_run

Scripts/Settings.py:6956–6966  ·  view source on GitHub ↗
(command, capture=False)

Source from the content-addressed store, hash-verified

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">

Callers 2

network_update_toolsFunction · 0.70

Calls 1

runMethod · 0.45

Tested by

no test coverage detected