In the case where multiple team members use the wis2box webapp it is desirable that each one has their own http basic authentication credentials for accessing the webapp.
An advanced admin may have created user entries in .htpasswd/webapp in addition to the one defined in wis2box.env using the htpasswd command appropriately. Those entries will be destroyed by entrypoint.sh (here) when the wis2box-management container is restarted or re-created. It should be enough to just reset the password of the user defined in wis2box.env
In the case where multiple team members use the wis2box webapp it is desirable that each one has their own http basic authentication credentials for accessing the webapp.
An advanced admin may have created user entries in
.htpasswd/webapp
in addition to the one defined inwis2box.env
using thehtpasswd
command appropriately. Those entries will be destroyed byentrypoint.sh
(here) when thewis2box-management
container is restarted or re-created. It should be enough to just reset the password of the user defined inwis2box.env