mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #6726] [MERGED] hide password hints via CSS #7469
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6726
Author: @stefan0xC
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/18/2026
Merged by: @BlackDex
Base:
main← Head:hide-password-hint📝 Commits (1)
2b44f04hide password hints via CSS📊 Changes
2 files changed (+15 additions, -1 deletions)
View changed files
📝
src/api/web.rs(+2 -1)📝
src/static/templates/scss/vaultwarden.scss.hbs(+13 -0)📄 Description
implements the suggestion to hide password hints https://github.com/dani-garcia/vaultwarden/discussions/6719 without requiring the new patched web-vault v2025.12.2 https://github.com/vaultwarden/vw_web_builds/pull/23 (while this is probably not backwards compatible for older web-vault versions due to the css being position dependent it should work at least with v2025.12.1).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.