On Mon, Mar 8, 2010 at 12:30 PM, Laurent Najman <[email protected]> wrote: > Hi, > > I am new to Boltwire, so maybe I am doing something wrong. > > I have an action.contact page that is supposed to send an email. > I have created a site.auth.mail that contains > *: @admin > action.contact: @guest > > When I am logged as admin, I can send a contact mail. > When I am not logged, I have a "Blocked" page saying that I do not > have permission. > > Thanks in advance for help > Laurent
The site.auth.mail page only authorizes your mail to be sent. You also need to make sure they can view the page. Look for site.auth.view and add action.contact: @guest The "blocked" message usually means a page cannot be viewed. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
