einmal fehler ?! #1

Closed
opened 2021-05-17 20:21:06 +02:00 by sebastianschwarz · 1 comment

Beim ersten Mal verwenden (setzen eines Passwords), nach dem Reboot von FHEM ...

PERL WARNING: Use of uninitialized value in concatenation (.) or string at lib/FHEM/Core/Authentication/Passwords.pm line 77.

Beim ersten nach FHEM start ... löschen des Devices ....
PERL WARNING: Use of uninitialized value in concatenation (.) or string at lib/FHEM/Core/Authentication/Passwords.pm line 110.

Genutzt:

im Define Modul
$hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new();

im Undef

$hash->{helper}->{passObj}->setDeletePassword($name);

im setter
$hash->{helper}->{passObj}->setStorePassword($name,$aArg->[0])

Beim ersten Mal verwenden (setzen eines Passwords), nach dem Reboot von FHEM ... PERL WARNING: Use of uninitialized value in concatenation (.) or string at lib/FHEM/Core/Authentication/Passwords.pm line 77. Beim ersten nach FHEM start ... löschen des Devices .... PERL WARNING: Use of uninitialized value in concatenation (.) or string at lib/FHEM/Core/Authentication/Passwords.pm line 110. Genutzt: im Define Modul $hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new(); im Undef $hash->{helper}->{passObj}->setDeletePassword($name); im setter $hash->{helper}->{passObj}->setStorePassword($name,$aArg->[0])
Owner

Im Define des Modules

$hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new(hash->{TYPE});
Im Define des Modules ``` $hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new(hash->{TYPE}); ```
marko closed this issue 2021-05-18 01:19:14 +02:00
marko closed this issue 2021-05-18 01:19:14 +02:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FHEM/mod-Password#1
No description provided.