Closed (fixed)
Project:
AntiSpam
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2011 at 16:05 UTC
Updated:
13 Dec 2012 at 16:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
versvs commentedThis really made my day!! I've been crawling through this error for a time and commenting these lines really made it disappear.
I'd recommend submitting it to master so that this error doesn't get back like a hunting ghost when a new version is released :)
Thank you!
Comment #2
markpeak commentedConfirm this problem. It should display username field with 'non-verified' instead.
Comment #3
emilymoi commentedI don't see why antispam needs to blow away the name property at all. Can't we just remove this completely:
Comment #4
alphageekboy commentedHere is a simple patch that removes the override of anonymous for comments. We have a site that uses the name field where visitors do not need to be authenticated to make comments and we need to retain the username.
Comment #5
NitroPye commentedHaving a similar issue not sure if it is the same issue.
In the admin panel for spam no matter what the user "Anonymous (Not verified)" is applied. If I got to the comment it is an actual user. I applied the fix above but that did not work for me.
It would also be nice if the Author column was a link to the author but that is not part of this bug.
Comment #7
Anonymous (not verified) commentedAlso having this problem, guest comments are all displayed as "Anonymous". Have you considered incorporating one of the patches provided above?
Comment #8
stevenx commentedworks.
Comment #9
kmontyR+T patch in comment #4
As far as I can tell, there is no need for this module to update the commenter name. The antispam_spam_marks table doesn't store any name data, so there is nothing to update in the first place. The comment.module already handles this.
Comment #10
kmontyRelated:
#1551256: "Anonymous (Not Verified)" in place of all user names on admin pages
And
#1551350: Signature gets removed from users
Comment #11
tim.plunkettHere's an automated test for the fix.
Comment #14
jody lynnCommitted to 7.x-1.x.
Thanks!
The era of antispam testing has begun.
Comment #15
jody lynn