diff --git a/resources/views/clients/edit.blade.php b/resources/views/clients/edit.blade.php index c3551073c191..ff3e2c085d11 100644 --- a/resources/views/clients/edit.blade.php +++ b/resources/views/clients/edit.blade.php @@ -149,7 +149,7 @@ attr: {name: 'contacts[' + \$index() + '][phone]'}") !!} @if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password) {!! Former::password('password')->data_bind("value: password()?'-%unchanged%-':'', valueUpdate: 'afterkeydown', - attr: {name: 'contacts[' + \$index() + '][password]'}")->autocomplete('new-password') !!} + attr: {name: 'contacts[' + \$index() + '][password]'}")->autocomplete('new-password')->data_lpignore('true') !!} @endif @if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS)) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index eb527f180e4a..e7f3eb7372e7 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -673,7 +673,7 @@ attr: {name: 'client[contacts][' + \$index() + '][phone]'}") !!} @if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password) {!! Former::password('password')->data_bind("value: (typeof password=='function'?password():null)?'-%unchanged%-':'', valueUpdate: 'afterkeydown', - attr: {name: 'client[contacts][' + \$index() + '][password]'}")->autocomplete('new-password') !!} + attr: {name: 'client[contacts][' + \$index() + '][password]'}")->autocomplete('new-password')->data_lpignore('true') !!} @endif @if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS)) @if ($account->custom_contact_label1)