Audit and Access Control granulation in News page.

pull/63/head
noud 2012-06-29 09:36:47 +02:00
parent 0eb52796ae
commit 9c1c32f959
1 changed files with 8 additions and 0 deletions

8
app/View/Users/news.ctp Normal file → Executable file
View File

@ -1,5 +1,13 @@
<div class="news view">
<h2>News</h2>
<h3>June 2012</h3>
<p><b>Audit</b><br/>
There is now log on every login, logout, addition, change and deletion.<br/>
<p>
<p><b>Access Control granulation</b><br/>
There is Access Control, an user must be bound to a users-group,<br/>
so we are able to grant global add, modify and publish rights.<br/>
<p>
<h3>April 2012</h3>
<p><b>REST API (output)</b><br/>
From now on you can use the REST API that uses this XML export. For more information check out the export page.<br/>