[PR #825] [MERGED] Add CreateUser page #995

Closed
opened 2026-02-04 19:08:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/825
Author: @Boy132
Created: 12/12/2024
Status: Merged
Merged: 12/13/2024
Merged by: @Boy132

Base: mainHead: refactor/create-user


📝 Commits (1)

📊 Changes

4 files changed (+98 additions, -58 deletions)

View changed files

📝 app/Filament/Admin/Resources/UserResource.php (+1 -0)
app/Filament/Admin/Resources/UserResource/Pages/CreateUser.php (+83 -0)
📝 app/Filament/Admin/Resources/UserResource/Pages/EditUser.php (+12 -5)
📝 app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php (+2 -53)

📄 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/pelican-dev/panel/pull/825 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `refactor/create-user` --- ### 📝 Commits (1) - [`3c26494`](https://github.com/pelican-dev/panel/commit/3c2649419e3a8e713a8af6163f0bbd7df424e6a9) add CreateUser page ### 📊 Changes **4 files changed** (+98 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/UserResource.php` (+1 -0) ➕ `app/Filament/Admin/Resources/UserResource/Pages/CreateUser.php` (+83 -0) 📝 `app/Filament/Admin/Resources/UserResource/Pages/EditUser.php` (+12 -5) 📝 `app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php` (+2 -53) </details> ### 📄 Description _No description provided_ --- <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-04 19:08:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#995