mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1825] [MERGED] Add toggle for externally managed users #1594
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1825
Author: @Boy132
Created: 10/23/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @notAreYouScared
Base:
main← Head:boy132/read-only-profiles📝 Commits (7)
a9165c6add toggle for externally managed users1644dbccast is_managed_externally to booleand088a5fupdate tests9233db6Merge branch 'main' into boy132/read-only-profiles9924964Merge remote-tracking branch 'origin/main' into boy132/read-only-profiles97c3a70update UpdateUsernameRequest6ac3525Merge remote-tracking branch 'origin/main' into boy132/read-only-profiles📊 Changes
13 files changed (+109 additions, -57 deletions)
View changed files
📝
app/Filament/Admin/Resources/Users/UserResource.php(+53 -46)📝
app/Filament/Pages/Auth/EditProfile.php(+3 -1)📝
app/Http/Requests/Api/Application/Users/StoreUserRequest.php(+2 -0)📝
app/Http/Requests/Api/Client/Account/UpdateEmailRequest.php(+1 -1)📝
app/Http/Requests/Api/Client/Account/UpdatePasswordRequest.php(+1 -1)📝
app/Http/Requests/Api/Client/Account/UpdateUsernameRequest.php(+1 -1)📝
app/Models/User.php(+5 -0)📝
app/Transformers/Api/Application/UserTransformer.php(+1 -0)📝
database/Factories/UserFactory.php(+1 -0)➕
database/migrations/2025_10_23_073209_add_is_managed_externally_to_users.php(+28 -0)📝
lang/en/admin/user.php(+2 -0)📝
tests/Integration/Api/Application/Users/ExternalUserControllerTest.php(+2 -1)📝
tests/Integration/Api/Application/Users/UserControllerTest.php(+9 -6)📄 Description
Closes #1728
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.