From 8f31b4296a76a934a9e86316da7f01e6c4fe1bd1 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Tue, 1 Jan 2019 01:35:01 +0000 Subject: [PATCH] Created Password hint display (markdown) --- Password-hint-display.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Password-hint-display.md diff --git a/Password-hint-display.md b/Password-hint-display.md new file mode 100644 index 0000000..69877ed --- /dev/null +++ b/Password-hint-display.md @@ -0,0 +1,9 @@ +Usually, password hints are sent by email. But as bitwarden_rs is made with small or personal deployment in mind, hints are also available from the password hint page, so you don't have to configure an email service. If you want to disable this feature, you can use the `SHOW_PASSWORD_HINT` variable: + +```sh +docker run -d --name bitwarden \ + -e SHOW_PASSWORD_HINT=false \ + -v /bw-data/:/data/ \ + -p 80:80 \ + mprasil/bitwarden:latest +``` \ No newline at end of file