[PR #3367] [CLOSED] Fix: root user cannot be edited #3951

Closed
opened 2026-04-25 00:17:41 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3367
Author: @nichwall
Created: 9/2/2024
Status: Closed

Base: masterHead: root_account_updating


📝 Commits (1)

  • c1377a8 Fix: root user cannot be edited

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 server/controllers/UserController.js (+4 -1)

📄 Description

Fixes https://github.com/advplyr/audiobookshelf/issues/3366

Check that the account type is not equal to root before returning an error.


🔄 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/advplyr/audiobookshelf/pull/3367 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 9/2/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `root_account_updating` --- ### 📝 Commits (1) - [`c1377a8`](https://github.com/advplyr/audiobookshelf/commit/c1377a8666c86eb38af7784988b6d0c861dfb45e) Fix: root user cannot be edited ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/controllers/UserController.js` (+4 -1) </details> ### 📄 Description Fixes https://github.com/advplyr/audiobookshelf/issues/3366 Check that the account type is not equal to `root` before returning an error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:41 +02:00
adam closed this issue 2026-04-25 00:17:41 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3951