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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Config values can now be defined in a file, use <CONFIG_NAME>_FILE to point to it.
For example, if you save the admin token to /etc/bitwarden_rs/token, you can use ADMIN_TOKEN_FILE=/etc/bitwarden_rs/token and it will read the file and set the token to it's contents.
Users can be enabled/disabled from the admin panel.
Implemented manager role.
Now the .env file parsing won't fail silently.
Fixes to the email format and processing, added option to enable debugging via SMTP_DEBUG, and added options to ignore certificate issues.
The user's last active device date is shown on the admin page.
Now cipher updates are validated when they provide a revision date, which will prevent multiple clients from overwriting each other's changes.
Updated web vault to 2.17.1.
Improved icon downloading in some edge cases.
Fixed key rotation during password change.
Make sure organization policies don't affect users that aren't a part of it or aren't confirmed.
Make sure removing a user from an org doesn't also remove them from accessing other orgs.
Return 404 when an icon is missing instead of a fallback, allowing the clients to use their own fallback icon.