Blame Raw
· · · 19 lines (1.0 KB)
0 contributors
1<form action="javascript:void(0);" class="flex-container flexFlowColumn">
2 <h3 class="neutral_warning" data-i18n="This will delete all your settings and data. There will be no undo button. Make sure you have a backup before proceeding.">
3 This will delete all your settings and data. There will be no undo button.
4 Make sure you have a backup before proceeding.
5 </h3>
6 <hr>
7 <div data-i18n="Account reset code has been posted to the server console.">
8 Account reset code has been posted to the server console.
9 </div>
10 <br>
11 <div class="currentPasswordBlock">
12 <label data-i18n="Current Password:" for="user">Current Password:</label>
13 <input type="password" name="password" class="text_pole" placeholder="[ No password ]" autocomplete="current-password">
14 </div>
15 <div class="resetCodeBlock">
16 <label data-i18n="Reset Code:" for="password">Reset Code:</label>
17 <input type="text" name="code" class="text_pole" placeholder="XXXX">
18 </div>
19</form>