2024-04-13 00:11:20 +03:00
< form action = "javascript:void(0);" class = "flex-container flexFlowColumn" >
2024-12-30 19:08:06 +08:00
< 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." >
2024-04-13 00:11:20 +03:00
This will delete all your settings and data. There will be no undo button.
Make sure you have a backup before proceeding.
< / h3 >
< hr >
2024-12-30 19:08:06 +08:00
< div data-i18n = "Account reset code has been posted to the server console." >
2024-04-13 00:11:20 +03:00
Account reset code has been posted to the server console.
< / div >
2024-12-30 19:08:06 +08:00
< br >
2024-04-13 00:11:20 +03:00
< div class = "currentPasswordBlock" >
< label data-i18n = "Current Password:" for = "user" > Current Password:< / label >
< input type = "password" name = "password" class = "text_pole" placeholder = "[ No password ]" autocomplete = "current-password" >
< / div >
< div class = "resetCodeBlock" >
< label data-i18n = "Reset Code:" for = "password" > Reset Code:< / label >
< input type = "text" name = "code" class = "text_pole" placeholder = "XXXX" >
< / div >
< / form >