[PR #4767] [MERGED] Migrate to bcryptjs #4758

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4767
Author: @angelplusultra
Created: 12/11/2025
Status: Merged
Merged: 12/11/2025
Merged by: @timothycarambat

Base: masterHead: migrate-to-bcryptjs


📝 Commits (3)

  • 2122c90 Replace bcrypt with bcryptjs across multiple files
  • 3e6f23f dev build
  • b073c4c Merge branch 'master' into migrate-to-bcryptjs

📊 Changes

8 files changed (+15 additions, -186 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
📝 server/endpoints/system.js (+1 -1)
📝 server/models/passwordRecovery.js (+1 -1)
📝 server/models/user.js (+2 -2)
📝 server/package.json (+1 -1)
📝 server/utils/PasswordRecovery/index.js (+1 -1)
📝 server/utils/middleware/validatedRequest.js (+1 -1)
📝 server/yarn.lock (+7 -178)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

This PR replaces the dependency bcrypt with the JS native version bcryptjs and revises import names across the
/server subrepo.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/4767 **Author:** [@angelplusultra](https://github.com/angelplusultra) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `migrate-to-bcryptjs` --- ### 📝 Commits (3) - [`2122c90`](https://github.com/Mintplex-Labs/anything-llm/commit/2122c905bfbf1fa4a6910f3ba639e5fe6934176f) Replace bcrypt with bcryptjs across multiple files - [`3e6f23f`](https://github.com/Mintplex-Labs/anything-llm/commit/3e6f23f2c938ced5e15c7c0a76e8d6b04334005b) dev build - [`b073c4c`](https://github.com/Mintplex-Labs/anything-llm/commit/b073c4c9557c726a5006215b21f924fde7adce9b) Merge branch 'master' into migrate-to-bcryptjs ### 📊 Changes **8 files changed** (+15 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) 📝 `server/endpoints/system.js` (+1 -1) 📝 `server/models/passwordRecovery.js` (+1 -1) 📝 `server/models/user.js` (+2 -2) 📝 `server/package.json` (+1 -1) 📝 `server/utils/PasswordRecovery/index.js` (+1 -1) 📝 `server/utils/middleware/validatedRequest.js` (+1 -1) 📝 `server/yarn.lock` (+7 -178) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> This PR replaces the dependency `bcrypt` with the JS native version `bcryptjs` and revises import names across the `/server` subrepo. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:36:28 -05:00
yindo closed this issue 2026-02-22 18:36:28 -05:00
yindo changed title from [PR #4767] Migrate to `bcryptjs` to [PR #4767] [MERGED] Migrate to `bcryptjs` 2026-06-05 15:20:14 -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#4758