Hello,
I wanted to get rid of all the registered indexu users who did not confirm the registration code. Therefore I hacked the users search function with a drop down field which allows you to select between all users, registered users and those who did not confirm.
The search result shows all users, depending on the status with the registration date. So, just get rid of the old users which are e.g. oder than one month.
In addition you can set the registration status of a user
To get this hack, you need to copy&paste the following files:
user_edit.php (admin)
user_search.php (admin)
user_edit_form.html (admin_tpl)
user_search_result_rows.html (admin_tpl)
user_search_form.html (admin_tpl)
And update two function in user.class.php (lib folder):
ChangeProfile
DisplayUsers




