doc/tutorials/advanced/part02_security.rst
branch3.26
changeset 12463 18b6d2493578
parent 12462 76c9ced6b3cc
child 12399 c0ad7aa36e4a
equal deleted inserted replaced
12462:76c9ced6b3cc 12463:18b6d2493578
    34 * authenticated users can only add comment
    34 * authenticated users can only add comment
    35 * managers will add the remaining stuff
    35 * managers will add the remaining stuff
    36 
    36 
    37 Now, let's implement that!
    37 Now, let's implement that!
    38 
    38 
    39 Proper security in CubicWeb is done at the schema level, so you don't have to
    39 Proper security in CubicWeb is done **at the schema level**, so you don't have to
    40 bother with it in views: users will only see what they can see automatically.
    40 bother with it in views: users will only see what they can see automatically.
    41 
    41 
    42 .. _adv_tuto_security:
    42 .. _adv_tuto_security:
    43 
    43 
    44 Step 1: configuring security into the schema
    44 Step 1: configuring security into the schema