[PR #621] [MERGED] Adds code to allow deletion of users via cmd line. #5678

Closed
opened 2026-02-05 10:14:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/621
Author: @Abijeet
Created: 12/18/2017
Status: Merged
Merged: 12/29/2017
Merged by: @ssddanbrown

Base: masterHead: feature-579


📝 Commits (1)

  • 7da8804 Adds code to allow deletion of users via cmd line.

📊 Changes

2 files changed (+63 additions, -1 deletions)

View changed files

app/Console/Commands/DeleteUsers.php (+62 -0)
📝 app/User.php (+1 -1)

📄 Description

Fixes #579

I've also submitted a patch to update the documentation - https://github.com/BookStackApp/website/pull/16

Signed-off-by: Abijeet abijeetpatro@gmail.com


🔄 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/BookStackApp/BookStack/pull/621 **Author:** [@Abijeet](https://github.com/Abijeet) **Created:** 12/18/2017 **Status:** ✅ Merged **Merged:** 12/29/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `feature-579` --- ### 📝 Commits (1) - [`7da8804`](https://github.com/BookStackApp/BookStack/commit/7da8804753b38529e6add829726de2145a0059d1) Adds code to allow deletion of users via cmd line. ### 📊 Changes **2 files changed** (+63 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/DeleteUsers.php` (+62 -0) 📝 `app/User.php` (+1 -1) </details> ### 📄 Description Fixes #579 I've also submitted a patch to update the documentation - https://github.com/BookStackApp/website/pull/16 Signed-off-by: Abijeet <abijeetpatro@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:14:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5678