96_allowed.pm: doc fix (Forum #99038)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19046 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-03-27 08:09:43 +00:00
parent bb61f28a02
commit cc8e0de8be

View File

@ -408,7 +408,7 @@ EOF
<li>password &lt;password&gt;</li> <li>password &lt;password&gt;</li>
<li>globalpassword &lt;password&gt;<br> <li>globalpassword &lt;password&gt;<br>
these commands set the corresponding attribute, by computing an SHA256 these commands set the corresponding attribute, by computing an SHA256
hash from the arguments and a salt. Note: the perl module Device::SHA is hash from the arguments and a salt. Note: the perl module Digest::SHA is
needed. needed.
</li> </li>
</ul><br> </ul><br>
@ -559,7 +559,7 @@ EOF
<li>globalpassword &lt;password&gt;<br> <li>globalpassword &lt;password&gt;<br>
diese Befehle setzen das entsprechende Attribut, indem sie aus den diese Befehle setzen das entsprechende Attribut, indem sie aus den
Parameter und ein Salt ein SHA256 Hashwert berechnen. Achtung: das perl Parameter und ein Salt ein SHA256 Hashwert berechnen. Achtung: das perl
Modul Device::SHA wird ben&ouml;tigt. Modul Digest::SHA wird ben&ouml;tigt.
</li> </li>
</ul><br> </ul><br>