[PR #402] [MERGED] 401-Password Complexity Check Capability #3336

Closed
opened 2026-02-22 18:33:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/402
Author: @pritchey
Created: 11/29/2023
Status: Merged
Merged: 12/5/2023
Merged by: @timothycarambat

Base: masterHead: add_password_complexity_check


📝 Commits (4)

  • 6a0e0cc Added improved password complexity checking capability.
  • 3338c5d Move password complexity checker as User.util
  • 8ee1048 Ensure persistence of password requirements on restarts via env-dump
  • efaaced Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into add_password_complexity_check

📊 Changes

8 files changed (+128 additions, -6 deletions)

View changed files

📝 docker/.env.example (+14 -0)
📝 frontend/src/pages/Admin/Users/NewUserModal/index.jsx (+0 -1)
📝 frontend/src/pages/Admin/Users/UserRow/EditUserModal/index.jsx (+0 -1)
📝 server/.env.example (+13 -0)
📝 server/models/user.js (+46 -4)
📝 server/package.json (+2 -0)
📝 server/utils/helpers/updateENV.js (+8 -0)
📝 server/yarn.lock (+45 -0)

📄 Description

Issue: 401

Adds password complexity checking that many organizations will require. Details about the change and code changes are included in the relevant issue (401).


🔄 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/Mintplex-Labs/anything-llm/pull/402 **Author:** [@pritchey](https://github.com/pritchey) **Created:** 11/29/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `add_password_complexity_check` --- ### 📝 Commits (4) - [`6a0e0cc`](https://github.com/Mintplex-Labs/anything-llm/commit/6a0e0cc6ba90dc9ed7701fd2e576313137e31ac5) Added improved password complexity checking capability. - [`3338c5d`](https://github.com/Mintplex-Labs/anything-llm/commit/3338c5d6fdd158a692a6db4cb21a10872a5dc234) Move password complexity checker as User.util - [`8ee1048`](https://github.com/Mintplex-Labs/anything-llm/commit/8ee10487bb25e16b88a4d4d4ea61cef513a4cbcc) Ensure persistence of password requirements on restarts via env-dump - [`efaaced`](https://github.com/Mintplex-Labs/anything-llm/commit/efaacedfb64184f4e899df5b3ff048e6f6cdb8a9) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into add_password_complexity_check ### 📊 Changes **8 files changed** (+128 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+14 -0) 📝 `frontend/src/pages/Admin/Users/NewUserModal/index.jsx` (+0 -1) 📝 `frontend/src/pages/Admin/Users/UserRow/EditUserModal/index.jsx` (+0 -1) 📝 `server/.env.example` (+13 -0) 📝 `server/models/user.js` (+46 -4) 📝 `server/package.json` (+2 -0) 📝 `server/utils/helpers/updateENV.js` (+8 -0) 📝 `server/yarn.lock` (+45 -0) </details> ### 📄 Description Issue: 401 Adds password complexity checking that many organizations will require. Details about the change and code changes are included in the relevant issue (401). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:34 -05:00
yindo closed this issue 2026-02-22 18:33:35 -05:00
yindo changed title from [PR #402] 401-Password Complexity Check Capability to [PR #402] [MERGED] 401-Password Complexity Check Capability 2026-06-05 15:12:53 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3336