MISP / x_old_misp_docker

MISP Docker (XME edition)
284 stars 172 forks source link

Env variables not all used #150

Closed pkhabazi closed 1 year ago

pkhabazi commented 2 years ago

The user login and password is always the same default even if you configure other values for the following variables:

Is this correct or am I missing something?

fukusuket commented 2 years ago

me too :0

vchan-in commented 2 years ago

Just added a fix where the docker will use the default values in these kind of cases. Feel free to report a bug.

righel commented 1 year ago

Addressed by @gvaishno #153 PR.

scmanjarrez commented 10 months ago

Hello, I've encountered the same problem, the values set in MISP_ADMIN_EMAIL and MISP_ADMIN_PASSPHRASE are not configured in the web UI. It always uses the default values admin@admin.test/admin. I think the problem is that these values are hardcoded in /var/www/MISP/app/model/User.php, and are never updated to use the ones configured in the environment variables.