Michiel Hazelhof
Michiel Hazelhof
When the system time changes (at least on windows) in certain scenarios no more triggers are fired. See pull request #1490, not expecting it to make it to the normal...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd *...
### Steps To Reproduce https://bitwarden.com/help/install-and-deploy-unified-beta/#using-docker-compose specifies: ``` volumes: - bitwarden:/etc/bitwarden ``` and ``` volumes: bitwarden: data: ``` While https://github.com/bitwarden/server/blob/master/docker-unified/docker-compose.yml (which is refered to on the previous page) specifies: ``` volumes:...
### Steps To Reproduce 1: install the docker container, docker compose up 2: restart using the docker run command 3: view notifications.log ### Expected Result No scary warnings ;) ###...
### Steps To Reproduce 1: install on localhost using docker 2: log into the /admin panel ### Expected Result "Web Installed" displays "Unable to fetch installed version" ### Actual Result...
### Steps To Reproduce 1: install using docker on localhost 2: configure BW_ENABLE_SSL=false for good measure 3: go to http://localhost/admin 4: enter your email 5: click on the link in...
### Steps To Reproduce 1: Install Bitwarden unified with an issue in the settings.env file (e.g. without/broken smtp config) using the specified docker compose up -d 2: Realise you've made...
### Steps To Reproduce https://bitwarden.com/help/install-and-deploy-unified-beta/#using-docker-compose specifies: ``` volumes: - bitwarden:/etc/bitwarden ``` AND ``` -v ./bwdata/:/etc/bitwarden ``` Also https://bitwarden.com/help/install-and-deploy-unified-beta/#using-docker-run specfies: ``` -v ./bwdata/:/etc/bitwarden ``` ### Expected Result Both should specify the...
### Steps To Reproduce 1: install using docker compose up, verify that /admin sends the email correctly 2: docker rm bitwarden-bitwarden-1 (gets a funny name using docker compose up, this...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...