SharePoint site access request denied permissions

Posted by Nat on Server Fault See other posts from Server Fault or by Nat
Published on 2009-09-28T03:21:39Z Indexed on 2010/05/09 14:09 UTC
Read the original article Hit count: 298

Filed under:
|

Here is a good catch-22.

When a user without any permissions on a site requests access from the _layouts/AccessDenied.aspx page it takes them to the Request Access page (_layouts/ecm_reqacc.aspx).

When the user fills out the form with a simple message it is supposed to send an email to the address specified in the site collection and take them to _layouts/confirmation.aspx.

Unfortunately the users are getting another access denied error instead. I have tried going to _layouts/accessdenied.aspx on a site I am the administrator of and the email is sent fine, so it is not a problem with sending the emails.

What should I check and/or give access to in order for authenticated, but not permissioned users the ability to send access requests?

© Server Fault or respective owner

Related posts about sharepoint

Related posts about permissions