You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: