Issue status update for http://drupal.org/node/26516 Post a follow up: http://drupal.org/project/comments/add/26516 Project: Drupal Version: 4.6.2 Component: comment.module Category: bug reports Priority: normal Assigned to: Goba Reported by: Goba Updated by: Goba Status: patch Attachment: http://drupal.org/files/issues/Drupal.anonymous-comment-edit.patch (813 bytes) The comment_admin_edit() admin editing interface allows the admin to edit anonymous comment sender properties, but this option is also provided when this feature is explicitly disabled on the settings page, and such info should not be stored. The attached patch checks if the option is not disabled and only allows editing in that case. This is also a bug in DRUPAL HEAD. Goba