[PR #685] [MERGED] Add unique to username for create user #899

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/685
Author: @notAreYouScared
Created: 10/29/2024
Status: Merged
Merged: 10/29/2024
Merged by: @notAreYouScared

Base: mainHead: ays/user-500


📝 Commits (1)

📊 Changes

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

View changed files

📝 app/Filament/Resources/UserResource/Pages/ListUsers.php (+1 -0)

📄 Description

Usernames have to be unique, trying to make a new user with an existing username results in a 500, this fixes it.


🔄 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/685 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `ays/user-500` --- ### 📝 Commits (1) - [`bcb1dc4`](https://github.com/pelican-dev/panel/commit/bcb1dc4765dbeeebd39affc4553ebb93dfdfe2c0) Add unique ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/UserResource/Pages/ListUsers.php` (+1 -0) </details> ### 📄 Description Usernames have to be unique, trying to make a new user with an existing username results in a 500, this fixes it. --- <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:57:52 +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#899