Drupal 4.7.4
not authorized users can edit/delete table entries.
url ?q=tablemanager/edit/ as anonymous user shows both "Access denied
You are not authorized to access this page." message and Edit Table Entry form.
When the form is submitted it shows "Access denied You are not authorized to access this page." message but the record is updated.
Same true for delete.
No privileges granted on anonymous user at access control > Permission > tablemanager module .
Comments
Comment #1
pobster commentedWow! That's proper shoddy workmanship sorry about that!
Add a couple of returns to each function like this;
And the same for the delete function. Thanks for spotting this, I'm POSITIVE it never used to be an issue - it must be a change to core or something? Anyways, I'll roll out a new release right now.
Thanks again,
Pobster
Comment #2
pobster commentedOops! That's THREE returns in total, one here too;
Pobster
Comment #3
pobster commentedComment #4
pobster commented