mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
96_allowed: fix documentation (Forum #46380)
git-svn-id: https://svn.fhem.de/fhem/trunk@10306 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d70bb6273b
commit
6265fa11c4
@ -185,9 +185,10 @@ allowed_Attr(@)
|
||||
Authorize execution of commands and modification of devices based on the
|
||||
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
|
||||
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
|
||||
can be given that there is no way to circumvent it.<br><br>
|
||||
|
@ -93,7 +93,7 @@
|
||||
<b>Helper modules</b>
|
||||
<ul>
|
||||
<a href="#at">at</a>
|
||||
<a href="#allowed">at</a>
|
||||
<a href="#allowed">allowed</a>
|
||||
<a href="#autocreate">autocreate</a>
|
||||
<a href="#average">average</a>
|
||||
<a href="#Calendar">Calendar</a>
|
||||
|
@ -93,7 +93,7 @@
|
||||
<b>Hilfs (Erweiterungs-) Module</b>
|
||||
<ul>
|
||||
<a href="#at">at</a>
|
||||
<a href="#allowed">at</a>
|
||||
<a href="#allowed">allowed</a>
|
||||
<a href="#autocreate">autocreate</a>
|
||||
<a href="#average">average</a>
|
||||
<a href="#Calendar">Calendar</a>
|
||||
|
Loading…
Reference in New Issue
Block a user