mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-05 00:39:46 +03:00
[PR #1389] [MERGED] Use app panel for password link in AccountCreated notification
#1367
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/1389
Author: @Boy132
Created: 5/20/2025
Status: ✅ Merged
Merged: 5/21/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-account-created-password-url📝 Commits (1)
b873881useapppanel 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
adminpanel. That means that the password reset url will use the admin panel as well.This changes it to always use the
apppanel.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.