From cc5985ff6340aacbb087c6723fcca8fb06206bee Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 27 Mar 2019 08:09:43 +0000 Subject: [PATCH] 96_allowed.pm: doc fix (Forum #99038) git-svn-id: https://svn.fhem.de/fhem/trunk@19046 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/96_allowed.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/96_allowed.pm b/fhem/FHEM/96_allowed.pm index 5565b60a8..555558367 100644 --- a/fhem/FHEM/96_allowed.pm +++ b/fhem/FHEM/96_allowed.pm @@ -408,7 +408,7 @@ EOF
  • password <password>
  • globalpassword <password>
    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.

  • @@ -559,7 +559,7 @@ EOF
  • globalpassword <password>
    diese Befehle setzen das entsprechende Attribut, indem sie aus den Parameter und ein Salt ein SHA256 Hashwert berechnen. Achtung: das perl - Modul Device::SHA wird benötigt. + Modul Digest::SHA wird benötigt.