diff --git a/app/Ninja/Mailers/ContactMailer.php b/app/Ninja/Mailers/ContactMailer.php index ce3c06a77b45..9ebfe51fa8c6 100644 --- a/app/Ninja/Mailers/ContactMailer.php +++ b/app/Ninja/Mailers/ContactMailer.php @@ -27,11 +27,11 @@ class ContactMailer extends Mailer 'firstName', 'invoice', 'quote', + 'password', 'viewLink', 'viewButton', 'paymentLink', 'paymentButton', - 'password', ]; public function sendInvoice(Invoice $invoice, $reminder = false, $pdfString = false) diff --git a/resources/views/accounts/templates_and_reminders.blade.php b/resources/views/accounts/templates_and_reminders.blade.php index 110665b3f691..55e2a6ae5526 100644 --- a/resources/views/accounts/templates_and_reminders.blade.php +++ b/resources/views/accounts/templates_and_reminders.blade.php @@ -211,6 +211,7 @@ "First Name", "0001", "0001", + '6h2NWNdw6', "{{ URL::to('/view/...') }}", '{!! Form::flatButton('view_invoice', '#0b4d78') !!}', "{{ URL::to('/payment/...') }}",