How do I remove guest access from the chat? I've looked in the chat_global.php and changed the following
Code:
# Specify whether or not Guest access will be allowed within your
# chat room if making use of the remote authentication system.
$SIGMACHAT_AUTH_GUEST = 0;
to both 0 or 1 and guest still have access to the chat room. I have remote authentication turned on.
thanks in advance