[PR #376] [MERGED] Prevent lone-admin from locking themselves out the system #3326

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/376
Author: @timothycarambat
Created: 11/14/2023
Status: Merged
Merged: 11/14/2023
Merged by: @timothycarambat

Base: masterHead: 367-prevent-admin-lockout


📝 Commits (1)

  • d352afd Prevent lone-admin from locking themselves out the system

📊 Changes

3 files changed (+45 additions, -1 deletions)

View changed files

📝 server/endpoints/admin.js (+22 -0)
📝 server/endpoints/api/admin/index.js (+22 -0)
📝 server/models/user.js (+1 -1)

📄 Description

resolves #367


🔄 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/376 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 11/14/2023 **Status:** ✅ Merged **Merged:** 11/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `367-prevent-admin-lockout` --- ### 📝 Commits (1) - [`d352afd`](https://github.com/Mintplex-Labs/anything-llm/commit/d352afd62957d9d8d8fe7324fd63bf7349ef87ae) Prevent lone-admin from locking themselves out the system ### 📊 Changes **3 files changed** (+45 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/admin.js` (+22 -0) 📝 `server/endpoints/api/admin/index.js` (+22 -0) 📝 `server/models/user.js` (+1 -1) </details> ### 📄 Description resolves #367 --- <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:33 -05:00
yindo closed this issue 2026-02-22 18:33:33 -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#3326