[PR #1389] [MERGED] Use app panel for password link in AccountCreated notification #1367

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1389
Author: @Boy132
Created: 5/20/2025
Status: Merged
Merged: 5/21/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-account-created-password-url


📝 Commits (1)

  • b873881 use app panel for password link in AccountCreated notification

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 app/Notifications/AccountCreated.php (+1 -1)

📄 Description

By default it will use the current panel, which means the admin panel. That means that the password reset url will use the admin panel as well.

This changes it to always use the app panel.


🔄 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/1389 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-account-created-password-url` --- ### 📝 Commits (1) - [`b873881`](https://github.com/pelican-dev/panel/commit/b8738814a57da30b03cd0ba53213d13d74ecd060) use `app` panel for password link in AccountCreated notification ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Notifications/AccountCreated.php` (+1 -1) </details> ### 📄 Description By default it will use the current panel, which means the `admin` panel. That means that the password reset url will use the admin panel as well. This changes it to always use the `app` panel. --- <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:40:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1367