From 27954dc6d3f8a80c87829f8bd0ca8305a2704a5d Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 15 Jul 2025 14:12:18 +0100 Subject: [PATCH] Use password reset token Signed-off-by: snipe --- resources/views/notifications/Welcome.blade.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/views/notifications/Welcome.blade.php b/resources/views/notifications/Welcome.blade.php index e6e72ad2cd..d8848de82c 100644 --- a/resources/views/notifications/Welcome.blade.php +++ b/resources/views/notifications/Welcome.blade.php @@ -3,11 +3,10 @@ {{ trans('mail.admin_has_created', ['web' => $snipeSettings->site_name]) }} -{{ trans('mail.login') }}: {{ $username }}
-{{ trans('mail.password') }}: {{ $password }} +{{ trans('mail.login') }}: {{ $username }}
-@component('mail::button', ['url' => $url]) -Go To {{$snipeSettings->site_name}} +@component('mail::button', ['url' => url(route('password.reset', ['token' => $token, 'email' => $email]))]) +{{ trans('general.set_password') }} @endcomponent {{ trans('mail.best_regards') }}