Security definitions: Unterschied zwischen den Versionen
Aus Benes Gästebuch
Bene (Diskussion | Beiträge) K (Schützte „Security definitions“ [edit=sysop:move=sysop]) |
Bene (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
notice="This page can be read by all but only employees can edit it."> | notice="This page can be read by all but only employees can edit it."> | ||
<allow action="read">all</allow> | <allow action="read">all</allow> | ||
<allow action="write"> | <allow action="write">all</allow> | ||
</security-definition> | </security-definition> | ||
Version vom 21. August 2009, 21:01 Uhr
<security-definition name="Default"
notice="This page can be read by all but only employees can edit it."> <allow action="read">all</allow> <allow action="write">all</allow>
</security-definition>
<security-definition name="Free access" base="Default"
notice="This page can be read and written by all except guests."> <allow action="write">all</allow> <deny action="write">Guests</deny>
</security-definition>
<security-definition name="Official documentation"
notice="This page can be read by employees and by customers. Only the documentation team can edit it." logo=""> <allow action="read">Employees, Customers</allow> <allow action="write">Documentation</allow>
</security-definition>