You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the new account deletion.
Please create an ad-hoc account for this. DO NOT TRY IT WITH YOUR OWN ACCOUNT
XXXXXXXXX is the username
<form method="post" action="/cgi/user.pl" enctype="multipart/form-data" id="user_form">
<fieldset>
<legend class="text_warning">Danger Zone</legend>
<input type="button" name=".delete" class="button text_warning" value="Delete the user" onclick="if ('XXXXXXXXX'.localeCompare(prompt('This will delete your user details and anonymise all of your contributions. Please re-enter your user name to confirm.'),undefined,'base') === 0) {document.getElementById('delete_input').value='on';document.getElementById('user_form').submit();}">
<input type="hidden" name="delete" id="delete_input">
</fieldset>
Description
Implement the new account deletion.
Please create an ad-hoc account for this. DO NOT TRY IT WITH YOUR OWN ACCOUNT
XXXXXXXXX is the username
Part of
The text was updated successfully, but these errors were encountered: