Hallo,
ich habe 2 Benutzer angelegt und erhalte dennoch diese Warnung:
SecurityCheck:
WEB is not password protected
Protect this FHEM installation by configuring the allowed device admin
You can disable this message with attr global motd none
Den Benutzer admin habe ich mit diesem Syntax angelegt:
define admin allowed
attr admin validFor WEBadmin
set admin basicAuth <username> <password>
Was habe ich übersehen bzw. nicht eingerichtet?
THX
Einfach im global Device das Attribut motd auf none setzen.
WEB ne WEBadmin....Du hast 2 FHEMWEB Instanzen
Zitat von: cmonty14 am 07 Mai 2019, 07:48:31
define admin allowed
attr admin validFor WEBadmin
set admin basicAuth <username> <password>
Steht da so
attr admin validFor WEBadmin
Zitat von: CoolTux am 07 Mai 2019, 09:14:23
Steht da so
attr admin validFor WEBadmin
Ja, das war dann ein Copy&Paste Fehler.
Ich habe das korrigiert:
attr admin validFor WEBJetzt funktioniert auch die Authentifizierung.
Leider habe ich als
admin aber keine Berechtigung mehr... hierzu werde ich einen neues Posting öffnen.
Danke für die Unterstützung!