How do I as the operator kick off a guest who is being
obnoxious? I can disable chatters who are registered,
but found no recourse when dealing with anonymous
users. Is there a way to force users to register? Please
help! Any advics is appreciated!!!
Logged In: YES
user_id=88774
You should be able to do this by finding the following lines in
config.inc.php, and changing true to false:
* If this true, a login without a password is possible.
* Format of guest nickname: 'Guest_23543'
*/
define('ALLOW_GUEST_LOGIN',true);