[solved] allowed - SecurityCheck Warnung trotz "define admin allowed"

Begonnen von cmonty14, 07 Mai 2019, 07:48:31

Vorheriges Thema - Nächstes Thema

cmonty14

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

CoolTux

Einfach im global Device das Attribut motd auf none setzen.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Beta-User

Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

CoolTux

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
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

cmonty14

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 WEB

Jetzt 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!