[PR #1702] [MERGED] Remove username rules and allow to change it in profile #1527

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1702
Author: @Boy132
Created: 9/11/2025
Status: Merged
Merged: 9/21/2025
Merged by: @Boy132

Base: mainHead: boy132/free-username


📝 Commits (2)

  • bbab2be remove username rules and allow to change it in profile
  • 7700f05 remove old test

📊 Changes

5 files changed (+7 additions, -131 deletions)

View changed files

📝 app/Filament/Admin/Resources/Users/UserResource.php (+0 -2)
📝 app/Filament/Pages/Auth/EditProfile.php (+7 -9)
📝 app/Models/User.php (+0 -2)
app/Rules/Username.php (+0 -45)
tests/Unit/Rules/UsernameTest.php (+0 -73)

📄 Description

There is no reason to restrict the username or to not allow users to edit theirs.

#FreeUsername


🔄 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/1702 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/21/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/free-username` --- ### 📝 Commits (2) - [`bbab2be`](https://github.com/pelican-dev/panel/commit/bbab2beecf80cc32a3aff28bf8e290e400196f95) remove username rules and allow to change it in profile - [`7700f05`](https://github.com/pelican-dev/panel/commit/7700f052ff1092407abba13a39cdb52dd27172c7) remove old test ### 📊 Changes **5 files changed** (+7 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Users/UserResource.php` (+0 -2) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+7 -9) 📝 `app/Models/User.php` (+0 -2) ➖ `app/Rules/Username.php` (+0 -45) ➖ `tests/Unit/Rules/UsernameTest.php` (+0 -73) </details> ### 📄 Description There is no reason to restrict the username or to not allow users to edit theirs. #FreeUsername --- <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:54:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1527