doc/tutorials/advanced/part02_security.rst
branch3.26
changeset 12446 1e892e978254
parent 12209 3a3551fff787
child 12382 c73da3aa84cc
equal deleted inserted replaced
12445:21651da94d2d 12446:1e892e978254
    25 its parent folder, as well as visibility of a comment should be the same as the
    25 its parent folder, as well as visibility of a comment should be the same as the
    26 commented entity. If there is no parent entity, the default visibility is
    26 commented entity. If there is no parent entity, the default visibility is
    27 ``authenticated``.
    27 ``authenticated``.
    28 
    28 
    29 Regarding write security, that's much easier:
    29 Regarding write security, that's much easier:
       
    30 
    30 * anonymous can't write anything
    31 * anonymous can't write anything
    31 * authenticated users can only add comment
    32 * authenticated users can only add comment
    32 * managers will add the remaining stuff
    33 * managers will add the remaining stuff
    33 
    34 
    34 Now, let's implement that!
    35 Now, let's implement that!