mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1182] [MERGED] Reimplement password reset #1228
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/1182
Author: @Boy132
Created: 3/28/2025
Status: ✅ Merged
Merged: 3/29/2025
Merged by: @Boy132
Base:
main← Head:boy132/password-reset📝 Commits (3)
aded592add password reset to all panels5be1bf8remove old leftovers6e1b15efix reset url in account created mail📊 Changes
7 files changed (+5 additions, -49 deletions)
View changed files
📝
app/Models/User.php(+0 -16)📝
app/Notifications/AccountCreated.php(+2 -1)➖
app/Notifications/SendPasswordReset.php(+0 -31)📝
app/Providers/Filament/AdminPanelProvider.php(+1 -0)📝
app/Providers/Filament/AppPanelProvider.php(+1 -0)📝
app/Providers/Filament/ServerPanelProvider.php(+1 -0)📝
lang/en/activity.php(+0 -1)📄 Description
Closes #911
Tested locally with
logmail driver.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.