mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
467 B
PHTML
17 lines
467 B
PHTML
@component('mail::message')
|
|
# Account Password Changed
|
|
|
|
Hello @{{$user->username}},
|
|
|
|
@component('mail::panel')
|
|
<p>The password for your account has been changed.</p>
|
|
@endcomponent
|
|
|
|
<small>If you did not make this change and believe your Pixelfed account has been compromised, please reset your password immediately or contact the instance admin if you're locked out of your account.</small>
|
|
|
|
<br>
|
|
|
|
Thanks,<br>
|
|
{{ config('pixelfed.domain.app') }}
|
|
@endcomponent
|