[request from the wiki page] What are the opinions? ==== Prevent displaying ip addresses of guest user ==== Change the following line (#249) in action.php ``` php $comment['user']['id'] = 'test'.hsc($_REQUEST['user']); ``` to ``` $comment['user']['id'] = 'Guest'; ```