In the admin table for comment approval/deletion the Author column shows "Anonymous (Not Verified)" for every comment even though there is no anonymous commenting allowed on our installation.

Not sure if this is a bug with antispam, drupal, or my setup but I was able to patch antispam to fix this. See attached for my simple dirty fix.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NitroPye’s picture

Status: Active » Needs review
kmonty’s picture

Title: Anonymous (Not Verified) in place for every user even non-anonymous users. » "Anonymous (Not Verified)" in place for every user even non-anonymous users in Admin Table
NitroPye’s picture

Status: Needs review » Active

The referenced patch does not fix the issue for me. (Most recent version of drupal and antispam)

"Anonymous (not verified)" is displayed in the comments and nodes spam edit tables as well as when the "confirm action" (e.g. "Do you want to moderate these comments as spam" screen. The patch in the OP only fixes "Anonymous (not verified)" displayed in the comments edit table and does a poor job of it as its really slow to load now.

tim.plunkett’s picture

Title: "Anonymous (Not Verified)" in place for every user even non-anonymous users in Admin Table » "Anonymous (Not Verified)" in place of all user names on admin pages
Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Needs review
FileSize
2.39 KB

Here's a fix, once #1143888: 'Anonymous' string assigned to comment author's name is in I can expand those automated tests to cover this (before the patch goes in)

tim.plunkett’s picture

FileSize
3.46 KB

This patch assumes the other (which adds the test class) was committed.

tim.plunkett’s picture

Sending to bot.

tim.plunkett’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.