[PR #156] [MERGED] Enable the system owner to be able to update the system wide password and secret #3221

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/156
Author: @timothycarambat
Created: 7/20/2023
Status: Merged
Merged: 7/20/2023
Merged by: @timothycarambat

Base: masterHead: admin-password-update


📝 Commits (2)

  • 86f8576 Enable the system owner to be able to update the system wide password and secret
  • 5c697be lint and cleanup

📊 Changes

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

View changed files

frontend/src/components/Modals/Settings/PasswordProtection/index.jsx (+141 -0)
📝 frontend/src/components/Modals/Settings/index.jsx (+10 -1)
📝 frontend/src/models/system.js (+12 -0)
📝 server/endpoints/system.js (+15 -0)
📝 server/utils/helpers/updateENV.js (+8 -2)
📝 server/utils/http/index.js (+5 -5)

📄 Description

No description provided


🔄 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/156 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `admin-password-update` --- ### 📝 Commits (2) - [`86f8576`](https://github.com/Mintplex-Labs/anything-llm/commit/86f85761275f33059554d0f2536e315eec6d829a) Enable the system owner to be able to update the system wide password and secret - [`5c697be`](https://github.com/Mintplex-Labs/anything-llm/commit/5c697be0c5885eec7c04217e1dc79fe6613506f2) lint and cleanup ### 📊 Changes **6 files changed** (+191 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/Modals/Settings/PasswordProtection/index.jsx` (+141 -0) 📝 `frontend/src/components/Modals/Settings/index.jsx` (+10 -1) 📝 `frontend/src/models/system.js` (+12 -0) 📝 `server/endpoints/system.js` (+15 -0) 📝 `server/utils/helpers/updateENV.js` (+8 -2) 📝 `server/utils/http/index.js` (+5 -5) </details> ### 📄 Description _No description provided_ --- <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:19 -05:00
yindo closed this issue 2026-02-22 18:33:19 -05: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#3221