views:

23

answers:

1

Hello,

So I have this site to which a given set of users have read access. I created two lists--one for a list of available classes, another for sign-ups--and granted the users Contribute access. I created two forms--one to sign up, another to manage sessions--and gave the users Contribute access to both.

When I sign in as one of the standard (non-privileged) users, I click on the sign up button and get Access Denied. If I go to either of the lists as this user, I can create a new item. If I grant the user Contribute access to the entire site (which I don't want to do for all users), I can submit the form with no error.

I'm kind of at a loss as to what could be at issue; I'm only using those two lists and those two forms in the process, and the workflow isn't creating Tasks or anything like that. Please let me know what other clarifying info I can provide, and thanks in advance for any help you can throw my way :)

-AC

A: 

See if users got permission you expect: SharePoint 2010 has a way to check what actuall permissions a user has: Library->Library Permissions -> Check permissions.

Alexei Levenkov
Whoops, should've mentioned that I'm using SharePoint 2007. However, we do have a feature to check effective permissions, and it says the user has the expected permissions to the library/lists (Contribute).
ACal