diff --git a/fhem/FHEM/96_allowed.pm b/fhem/FHEM/96_allowed.pm index bb35f84a4..a312f25f2 100755 --- a/fhem/FHEM/96_allowed.pm +++ b/fhem/FHEM/96_allowed.pm @@ -185,9 +185,10 @@ allowed_Attr(@) Authorize execution of commands and modification of devices based on the frontend used and/or authenticate users.

- 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.

+ it is sufficient when one of the instances succeeds. The checks are + executed in alphabetical order of the allowed instance names.

Note: this module should work as intended, but no guarantee can be given that there is no way to circumvent it.

diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index b67080c0b..de19e4376 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -93,7 +93,7 @@ Helper modules