Hi, I use the module to prevent users from entering twice the same node.
Configuration:
- fields that should be unique: author + title
- scope : content type
- combination of values

Issue: when an anonymous user enters a node, there is systematic warning that it is a duplicate with all other nodes with the same title, although their respective authors are authenticated users => they shouldn't match with the anon user.
So it seems that when the comparison is made for the author field, the anonymous user is equivalent to all registered users?

Comments

Louis Bob’s picture

Priority: Normal » Major

Changing priority to Major since it prevents all anonymous users from contributing.
=> I have a website where anonymous users can add content. Then they need to register or login upon node submission, and the newly created node is appended to them.

AstonVictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks