[PR #747] [MERGED] Fix Subuser issues. #937

Closed
opened 2026-02-05 17:59:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/747
Author: @notAreYouScared
Created: 12/2/2024
Status: Merged
Merged: 12/2/2024
Merged by: @notAreYouScared

Base: mainHead: fix/subusers


📝 Commits (4)

  • a40980e Better Error handling
  • 55b5c83 Remove unique, make email lowercase in request
  • 766e7ff Remove 'kill' option, not used.
  • 39ba205 Prevent users from editing them selves

📊 Changes

2 files changed (+19 additions, -10 deletions)

View changed files

📝 app/Filament/Server/Resources/UserResource.php (+1 -1)
📝 app/Filament/Server/Resources/UserResource/Pages/ListUsers.php (+18 -9)

📄 Description

Closes https://github.com/pelican-dev/panel/issues/745

Removed unused 'kill' that was missed
Removed unique on email
Added try statement to catch errors, and send notifications, reported by SubuserCreationService.


🔄 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/pelican-dev/panel/pull/747 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 12/2/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/subusers` --- ### 📝 Commits (4) - [`a40980e`](https://github.com/pelican-dev/panel/commit/a40980e7fadb365d34c2daf786f933b0d49ae1a5) Better Error handling - [`55b5c83`](https://github.com/pelican-dev/panel/commit/55b5c8347d9a58a012a4c80301c07ba09bb3c337) Remove unique, make email lowercase in request - [`766e7ff`](https://github.com/pelican-dev/panel/commit/766e7ff5a4b0da08e1bf9803ffababf810a814ba) Remove 'kill' option, not used. - [`39ba205`](https://github.com/pelican-dev/panel/commit/39ba2053db3afd1d6dce2e2804c01b2eedeb37d3) Prevent users from editing them selves ### 📊 Changes **2 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/UserResource.php` (+1 -1) 📝 `app/Filament/Server/Resources/UserResource/Pages/ListUsers.php` (+18 -9) </details> ### 📄 Description Closes https://github.com/pelican-dev/panel/issues/745 Removed unused 'kill' that was missed Removed unique on email Added try statement to catch errors, and send notifications, reported by SubuserCreationService. --- <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 17:59:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#937