Manual User Removal

Email addresses

Also remove user's votes
Only use this if the users to be removed were not genuine users

THIS CANNOT BE UNDONE. Please ensure you are entering the correct email address.

{if count($succeededEmails)}
The following users were removed:
{foreach from=$succeededEmails item=userId key=email} {$email} ({$userId})
{/foreach}
{/if} {if count($failedEmails)}
The following users could not be removed:
{foreach from=$failedEmails item=reason key=email} {$email} - ({$reason})
{/foreach}
{/if}