First: this is a great module, and I love the simple-ness of it. It nicely handles public/private just for viewing, and the addition of editing ability makes for some very interesting uses.

I immediately tried to use it create a group called "General Public", with the "anonymous" and "authenticated user" roles attached. I then created a post and enabled editing by this "General Public" role.

Switching to another browser, anonymous users CAN edit this post (yay! now we can make wikis with *some* content editable). However, as soon as it is submitted, the anonymous user can no longer see the content (gets Access Denied message). I *think* this is because of author field being blanked or some other such strangeness. In any case, it would be great to have the ability for anonymous users to edit content.

Comments

jjeff’s picture

Hi Boris,

Glad you like the module. I don't think I considered the logic of anonymous users having edit access...

But now that I'm thinking about it, I have a pretty good idea what the problem might be.

I'll try to take a look at this in the next few days.

-Jeff

jjeff’s picture

Assigned: Unassigned » jjeff
Status: Active » Fixed

I've committed a new revision (1.10) which should solve this problem.

boris mann’s picture

Yep, fixed it. Test node here: http://test.bryght.com/node/11

The "Authored by" still gets blanked, but that's probably a good thing? Works as expected with anon users.

jjeff’s picture

Status: Fixed » Closed (fixed)

Great!

Changing status to closed.

  • Commit ee03be8 on 4.6.x-1.x, 4.7.x-1.x, 5.x-1.x, 5.x-2.x, 6.x-2.x, master, 8.x-3.x by jjeff:
    Fix for #26794. Apparently the fix for #26500 broke some other things....