Re: eZ publish rights system
"Thomas Murphy" <[email protected]> Tue, 20 Sep 2005 09:47:22 +0200 (CEST)
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Hello, Am 20.9.2005 schrieb "Lukas Kahwe Smith" <[email protected]>: >ez Publish automatically picks up any modules that are dropped into the >given folder and determines the available rights that come with that >module from that. this means all rights are stored outside of the >database. also one could confer that all rights from a given module are >grouped in an area to stay within LiveUser lingo. > >All other data, like group membership, rights assignments however are >stored in the database. TYPO3 does it almost the same way, it takes the right from the table definitions, so you are allowed to read/write/delete rows from a certain table. The right assigments are also stored in the database, same as the group memberships. bye, Murphy