mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-06-27 20:45:16 +00:00
added install creds, fixed inserts into files
This commit is contained in:
@ -19,7 +19,8 @@
|
||||
<button id="download" style="display:block">Download Update</button>
|
||||
<!-- <button id="download" style="display:none">Download Update</button> -->
|
||||
|
||||
<br>
|
||||
<br> Apply to profile: <input type="checkbox" id="applyToPrf" /> Apply Hoppie Creds: <input type="checkbox" id="applyHoppie" />
|
||||
|
||||
<div id="login">
|
||||
<select id="rating">
|
||||
<option id="0">obs</option>
|
||||
@ -35,15 +36,12 @@
|
||||
</select>
|
||||
|
||||
<form>
|
||||
<p>Realname</p>
|
||||
<input type="text" id="realname" />
|
||||
Realname: <input type="text" id="realname" />
|
||||
<input type="checkbox" id="saverealname" />
|
||||
<p>Username</p>
|
||||
<input type="text" id="username" />
|
||||
<br> Username: <input type="text" id="username" />
|
||||
<input type="checkbox" id="saveuser" />
|
||||
<div class="tooltip">
|
||||
<p>Password</p>
|
||||
<input type="password" id="password" />
|
||||
<br> Password: <input type="password" id="password" />
|
||||
<input type="checkbox" id="savepw" />
|
||||
<span class="tooltiptext">Please be aware that the password you enter will be stored in plain
|
||||
text in our system. This means that it will not be encrypted or
|
||||
@ -54,8 +52,7 @@
|
||||
account.</span>
|
||||
</div>
|
||||
<div class="tooltip">
|
||||
<p>Password Hoppie</p>
|
||||
<input type="password" id="passwordhoppie" />
|
||||
<br>Password Hoppie: <input type="password" id="passwordhoppie" />
|
||||
<input type="checkbox" id="savepwhoppie" />
|
||||
<span class="tooltiptext">Please be aware that the password you enter will be stored in plain
|
||||
text in our system. This means that it will not be encrypted or
|
||||
|
Reference in New Issue
Block a user