1
0
Fork 0
pixelfed/resources/views/emails/notification/password_change.blade.php

17 lines
467 B
PHP
Raw Normal View History

2019-03-01 06:13:49 +00:00
@component('mail::message')
# Account Password Changed
2020-08-25 05:36:12 +00:00
Hello @{{$user->username}},
2019-03-01 06:13:49 +00:00
@component('mail::panel')
<p>The password for your account has been changed.</p>
@endcomponent
2020-08-25 05:36:12 +00:00
<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>
2019-03-01 06:13:49 +00:00
<br>
Thanks,<br>
{{ config('pixelfed.domain.app') }}
@endcomponent