mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 06:02:39 +01:00
9 lines
363 B
PHP
9 lines
363 B
PHP
{{ trans('texts.email_salutation', ['name' => $user->username]) }} <p/>
|
|
|
|
{{ trans('texts.reset_password') }} <br/>
|
|
{{{ (Confide::checkAction('UserController@reset_password', array($token))) ? : URL::to('user/reset/'.$token) }}}<p/>
|
|
|
|
{{ trans('texts.email_signature') }} <br/>
|
|
{{ trans('texts.email_from') }} <p/>
|
|
|
|
{{ trans('texts.reset_password_footer') }} <p/> |