mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1779] [MERGED] General Edit User Improvements #1566
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/1779
Author: @notAreYouScared
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/issue1741📝 Commits (10+)
e4da436wipb0e2389wip5a94ef4wip152a47dwip oauthb26fa8fWorking avatars54b3b28Cleanup2a50b35fix 500e552c1dMerge branch 'main' into charles/issue1741eba20bdMerge branch 'main' into charles/issue17414fa5312Add test email button📊 Changes
8 files changed (+415 additions, -62 deletions)
View changed files
📝
app/Extensions/OAuth/OAuthService.php(+25 -0)📝
app/Filament/Admin/Resources/Users/Pages/EditUser.php(+1 -2)📝
app/Filament/Admin/Resources/Users/UserResource.php(+342 -37)📝
app/Filament/Pages/Auth/EditProfile.php(+29 -10)📝
app/Http/Controllers/Auth/OAuthController.php(+2 -12)📝
app/Models/ActivityLog.php(+8 -1)📝
lang/en/admin/user.php(+4 -0)📝
lang/en/profile.php(+4 -0)📄 Description
Closes #1741
Adds:

Send Test/Reset Password Email actions
Allows admins to set user language/timezone
Allows admins to remove a user's avatar(if set) if they deem it inappropriate
Allows admins to unlink users' sso
Allows admins to ssh/api keys assigned to that user.
Allows admins to see the user activity log.
Before:
After:




🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.