[PR #2586] [MERGED] Add password_hints_allowed config option #3226

Closed
opened 2025-10-09 18:19:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2586
Author: @jjlin
Created: 7/1/2022
Status: Merged
Merged: 7/1/2022
Merged by: @dani-garcia

Base: mainHead: password-hint-config


📝 Commits (2)

  • 5e13b1a Add password_hints_allowed config option
  • cb4f6aa Pin a specific version of Rust

📊 Changes

4 files changed (+33 additions, -10 deletions)

View changed files

📝 .env.template (+3 -0)
📝 rust-toolchain (+1 -1)
📝 src/api/core/accounts.rs (+27 -9)
📝 src/config.rs (+2 -0)

📄 Description

Disabling password hints is mainly useful for admins who are concerned that their users might provide password hints that are too revealing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2586 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 7/1/2022 **Status:** ✅ Merged **Merged:** 7/1/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `password-hint-config` --- ### 📝 Commits (2) - [`5e13b1a`](https://github.com/dani-garcia/vaultwarden/commit/5e13b1a7cbd9e2bffc7c69aa00ca74fe027957bc) Add `password_hints_allowed` config option - [`cb4f6aa`](https://github.com/dani-garcia/vaultwarden/commit/cb4f6aa7f6ff70bcd3507c32122dbba72a7fb520) Pin a specific version of Rust ### 📊 Changes **4 files changed** (+33 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+3 -0) 📝 `rust-toolchain` (+1 -1) 📝 `src/api/core/accounts.rs` (+27 -9) 📝 `src/config.rs` (+2 -0) </details> ### 📄 Description Disabling password hints is mainly useful for admins who are concerned that their users might provide password hints that are too revealing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:19:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3226