diff --git a/resources/views/partials/sign_up.blade.php b/resources/views/partials/sign_up.blade.php index b09954a49755..5be8c4f583d7 100644 --- a/resources/views/partials/sign_up.blade.php +++ b/resources/views/partials/sign_up.blade.php @@ -160,7 +160,7 @@
- {!! Former::open('signup/submit')->addClass('signUpForm')->autocomplete('on') !!} + {!! Former::open('signup/submit')->addClass('signUpForm')->autocomplete('off') !!} @if (Auth::check() && ! Auth::user()->registered) {!! Former::populateField('new_first_name', Auth::user()->first_name) !!} @@ -222,6 +222,7 @@ ->label(' ') !!} {!! Former::password('new_password') ->placeholder(trans('texts.password')) + ->autocomplete('new-password') ->label(' ') !!} {{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }} diff --git a/resources/views/users/account_management.blade.php b/resources/views/users/account_management.blade.php index ae04e3a6d9ba..614f5120e2e7 100644 --- a/resources/views/users/account_management.blade.php +++ b/resources/views/users/account_management.blade.php @@ -37,7 +37,7 @@ @if ($account->user_id == Auth::user()->id) {{ trans('texts.logged_in')}} @else - {!! Button::primary(trans('texts.unlink'))->withAttributes(['onclick'=>"return showUnlink({$account->id}, {$account->user_id})"]) !!} + {{-- Button::primary(trans('texts.unlink'))->withAttributes(['onclick'=>"return showUnlink({$account->id}, {$account->user_id})"]) --}} @endif