Home
The Toolkit for Online Communities
15903 Community Members, 1 member online, 2281 visitors today
Log In Register

Forum OpenACS Q&A: Re: Revoked permissions for Main Site

OpenACS Home : Forums : OpenACS Q&A : Re: Revoked permissions for Main Site : One Message

+
Posted by Eric Wolfram on
okay, I'm officially in the "revoked public read permissions from my root" club.

I logged into my database by going to the command line and typing:

psql my_database

The sql that I used (thanks to the docs above)

select acs_permission__grant_permission(2087, -1, 'read');

notice the lack of : and the single quote around read...

e