Skip to content
Snippets Groups Projects

F permission docs

Merged Florian Spreckelsen requested to merge f-permission-docs into dev
All threads resolved!
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -107,10 +107,17 @@ Your complete ``global_entities_permissions.xml`` might then look like
<Deny priority="true" role="?OTHER?"><Permission name="EDIT:ACL"/></Deny>
</globalPermissions>
.. note::
Note that you have to restart your CaosDB server after modifying the
``global_entities_permissions.xml``.
The code
--------
After having applied all of the above prerequisites and restarting your CaosDB
server, execute the following code.
:download:`Download full code<curator_permissions.py>`
.. literalinclude:: curator_permissions.py
Loading