diff options
author | Nick Fox <[email protected]> | 2018-12-23 15:25:05 -0500 |
---|---|---|
committer | Nick Fox <[email protected]> | 2018-12-23 15:25:05 -0500 |
commit | e3395ee91078a8568bf0b09fb159115ca19211e1 (patch) | |
tree | df71e9be86a60b478befef01830cb1d1f19488ff | |
parent | cb78ba9bb2c8c97643e85085790fa89e9be89eab (diff) | |
download | vaultwarden-e3395ee91078a8568bf0b09fb159115ca19211e1.tar.gz vaultwarden-e3395ee91078a8568bf0b09fb159115ca19211e1.zip |
Mention that invite links are valid for 5 days only
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -394,6 +394,8 @@ docker run -d --name bitwarden \ ... ``` +User invitation links are valid for 5 days, after which a new invitation will need to be sent. + ### Password hint display 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: |