[PR #244] [MERGED] fix: Creating User #655

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/244
Author: @notAreYouScared
Created: 5/17/2024
Status: Merged
Merged: 5/18/2024
Merged by: @notAreYouScared

Base: mainHead: charles/fix-newuser


📝 Commits (6)

📊 Changes

5 files changed (+47 additions, -74 deletions)

View changed files

📝 app/Filament/Resources/UserResource.php (+0 -1)
app/Filament/Resources/UserResource/Pages/CreateUser.php (+0 -69)
📝 app/Filament/Resources/UserResource/Pages/ListUsers.php (+46 -2)
📝 app/Providers/Filament/AdminPanelProvider.php (+0 -1)
📝 public/css/filament-monaco-editor/filament-monaco-editor-styles.css (+1 -1)

📄 Description

Removes the required password field for making new users, triggers email send for user to make their own password.


🔄 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/244 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/fix-newuser` --- ### 📝 Commits (6) - [`15969da`](https://github.com/pelican-dev/panel/commit/15969da41e146507fe5b780a84698e61ad2819db) Fix New User - [`9f5d278`](https://github.com/pelican-dev/panel/commit/9f5d27896a6eba123ccc884a294e47eece6a69c6) Pint - [`12af8fe`](https://github.com/pelican-dev/panel/commit/12af8fe51e5200ce618814bd2ccebb0cdcc02eb2) This is better... - [`cca723d`](https://github.com/pelican-dev/panel/commit/cca723d21edbea152f9e8b8530ea3eebecfc7972) Update unique, remove dehydrates - [`d0997dc`](https://github.com/pelican-dev/panel/commit/d0997dca1a2016d1992313b1a0abb5547cecc5f9) Remove hints - [`9b2e00e`](https://github.com/pelican-dev/panel/commit/9b2e00ead208068710fdc02d0ab87e5cf7e9e3e6) pint ### 📊 Changes **5 files changed** (+47 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/UserResource.php` (+0 -1) ➖ `app/Filament/Resources/UserResource/Pages/CreateUser.php` (+0 -69) 📝 `app/Filament/Resources/UserResource/Pages/ListUsers.php` (+46 -2) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+0 -1) 📝 `public/css/filament-monaco-editor/filament-monaco-editor-styles.css` (+1 -1) </details> ### 📄 Description Removes the required password field for making new users, triggers email send for user to make their own password. --- <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 18:40:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#655