[PR #1182] [MERGED] Reimplement password reset #1228

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

📋 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: mainHead: boy132/password-reset


📝 Commits (3)

  • aded592 add password reset to all panels
  • 5be1bf8 remove old leftovers
  • 6e1b15e fix 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 log mail driver.


🔄 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/1182 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/29/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/password-reset` --- ### 📝 Commits (3) - [`aded592`](https://github.com/pelican-dev/panel/commit/aded592075ccceb85f1d83f1dfcd699cd51d2ae9) add password reset to all panels - [`5be1bf8`](https://github.com/pelican-dev/panel/commit/5be1bf89975fb0adeddab05a347086461b74ee11) remove old leftovers - [`6e1b15e`](https://github.com/pelican-dev/panel/commit/6e1b15e24cc9f41ac95bc4a856e1fd3396909e6a) fix reset url in account created mail ### 📊 Changes **7 files changed** (+5 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #911 _Tested locally with `log` mail driver._ --- <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:28:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1228