Re: Help me.

robert rottermann <[email protected]> Tue, 11 Mar 2008 16:29:48 +0100
Newsgroups gmane.comp.web.zope.database
Organization redcor AG
Message-ID <[email protected]>
Cu Vinh Loc schrieb:
>   Dear friends,
> 
>   I am using plone for deploying the website, but I have some problems
> such as:
>    - Using relational (internal) database "Gadfly database": I do not know
> where the database is stored in the Zope. Can I manipulate directly
> this database "visual"?
>    - Users and groups: How to assign this permissions to my website.
> 
>   Could you show me how to implement that easily.
> 
>   Cheers,
>   Cu Vinh Loc.
> 
> 
> 
> _______________________________________________
> Zope-DB mailing list
> [email protected]
> http://mail.zope.org/mailman/listinfo/zope-db
> 
> 
gadfly is stored in the var directory of your zope instance.
however I belive it is not supported anymore.

user and groups:
in your instance go to confiration  (using your browser to access a
running plone).
there you find users ang groups.

for every object (a document, a folder) you can define who (what
user/group) has what permission. this you do using the sharing tab.

robert