Description of Sin Bin:Temporarily disable users from logging in. It differs from the current "Disable" feature because it allows users to be
re-enabled.
Updated to v.0.2 on Jan. 20th 2009Features:- Adds a user_sin_bin field to the users table in the database. 0 = Enabled, 1 = Disabled.
- Users can be enabled and disabled from the User Management page in Admin.
- User in the sin bin are shown a message when they try to log in. See attached image.
Revision History:- v0.2 2009/01/20 longcountdown - Renamed module hook
- v0.1 First version.
Instructions:- Open your_site/templates/your_template/admin_templates/user_show_center.tpl
- Add the following before the user reset and user disable lines:
{checkActionsTpl location="tpl_admin_user_show_center_pre_reset_link"} - Save and upload that file.
- Upload the sin_bin folder to your modules folder. Install it from Module Management in Admin.
- Go to the User Management page in Admin, and search for a user, and click his or her name.
- You'll see a new link titled "Sin Bin Options". From there you can add or remove a user from the sin bin.
NOTE: I'm just a PHP novice. I welcome all efforts to make this module better.