96_allowed: fix documentation (Forum #46380)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10306 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-12-30 09:26:52 +00:00
parent 9ebfdcbe1e
commit d95ff2257f
3 changed files with 5 additions and 4 deletions

View File

@@ -185,9 +185,10 @@ allowed_Attr(@)
Authorize execution of commands and modification of devices based on the Authorize execution of commands and modification of devices based on the
frontend used and/or authenticate users.<br><br> frontend used and/or authenticate users.<br><br>
If there are multiple instances defined, which are valid for a given If there are multiple instances defined which are valid for a given
frontend device, then all authorizations must succeed. For authentication frontend device, then all authorizations must succeed. For authentication
it is sufficient when one of the instances succeeds.<br><br> it is sufficient when one of the instances succeeds. The checks are
executed in alphabetical order of the allowed instance names.<br><br>
<b>Note:</b> this module should work as intended, but no guarantee <b>Note:</b> this module should work as intended, but no guarantee
can be given that there is no way to circumvent it.<br><br> can be given that there is no way to circumvent it.<br><br>

View File

@@ -93,7 +93,7 @@
<b>Helper modules</b> <b>Helper modules</b>
<ul> <ul>
<a href="#at">at</a> &nbsp; <a href="#at">at</a> &nbsp;
<a href="#allowed">at</a> &nbsp; <a href="#allowed">allowed</a> &nbsp;
<a href="#autocreate">autocreate</a> &nbsp; <a href="#autocreate">autocreate</a> &nbsp;
<a href="#average">average</a> &nbsp; <a href="#average">average</a> &nbsp;
<a href="#Calendar">Calendar</a> &nbsp; <a href="#Calendar">Calendar</a> &nbsp;

View File

@@ -93,7 +93,7 @@
<b>Hilfs (Erweiterungs-) Module</b> <b>Hilfs (Erweiterungs-) Module</b>
<ul> <ul>
<a href="#at">at</a> &nbsp; <a href="#at">at</a> &nbsp;
<a href="#allowed">at</a> &nbsp; <a href="#allowed">allowed</a> &nbsp;
<a href="#autocreate">autocreate</a> &nbsp; <a href="#autocreate">autocreate</a> &nbsp;
<a href="#average">average</a> &nbsp; <a href="#average">average</a> &nbsp;
<a href="#Calendar">Calendar</a> &nbsp; <a href="#Calendar">Calendar</a> &nbsp;