summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsimon <simon@zagal.local>2009-02-15 19:52:11 +0100
committerhukl <hukl@eight.local>2009-02-15 20:22:51 +0100
commit41abc82e4db97d9d9eb4bab4af95d5550f9516b5 (patch)
treeef2cd2256b9cb36b9ece4944f7b0e8c046e44d3a /doc
parent874b7af0499fc73313a60debada20134d536a941 (diff)
* permission api on user model
Diffstat (limited to 'doc')
-rw-r--r--doc/README_FOR_APP1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index eeb47c0..6e95bd7 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -123,7 +123,6 @@ Bob has no permissions whatsoever still he is allowed to edit a #Page anywhere,
123because this action will only create a new revision of the #Page which is not 123because this action will only create a new revision of the #Page which is not
124immediately published. He won't be able to manipulate a #Node in any way 124immediately published. He won't be able to manipulate a #Node in any way
125(unique_name, slug, ordering, structure) because this would affect the frontend 125(unique_name, slug, ordering, structure) because this would affect the frontend
126without further notice.
127 126
128Having a #Permission on a #Node makes Bob an admin for this #Node and all it's 127Having a #Permission on a #Node makes Bob an admin for this #Node and all it's
129children. Now Bob can do pretty much anything on these nodes including such fun 128children. Now Bob can do pretty much anything on these nodes including such fun