Disabling "Remember Me" Function via docker-compose.yml doesn´t work #1338
Unanswered
bokkabonga
asked this question in
Q&A
Replies: 1 comment
-
|
You maybe have a settings.json in your data folder. If that is the case some settings could be overridden by this. This is also visible right at the start of the container |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Subject of the issue
After disabling the DISABLE_2FA_REMEMBER via the docker-compose.yml the option still works.
Your environment
Steps to reproduce
Set DISABLE_2FA_REMEMBER: 'true' in the docker-compose.yml. I am aware, that the syntax is slightly different from the template but it works fine with all other settings, so i assume it should work here.
Restartet bitwarden after changing the docker-compose.
Expected behaviour
When checking the "remember me" box, it should not work anymore. The checkbox on the admin-page should be checked.
Actual behaviour
The Option is still working and the checkbox ist not checked. Other changes to the docker-compose were applied however.
Relevant logs
Beta Was this translation helpful? Give feedback.
All reactions