{{ __('Security Settings') }}
{{ __('You have full control to manage your own account setting.') }}
-
@include('user.account.nav-tab')
{{ __('Settings') }}
{{ __('These settings are helps you keep your account secure.') }}
{{ __('Save my Activity Logs') }}
{!! __('Save your all :page including unusual activity detected.', ['page' => ''.__('activity logs').'' ]) !!}
{{ __('Email me if encounter unusual activity') }}
{{ __('You will get email notification whenever encounter invalid login activity.') }}
{{ __('Change Email Address') }}
{{ __('Update your current email address to new email address.') }}
{{ __('Change Password') }}
@if(data_get($metas, 'registration_method') !== 'social' || data_get($metas, 'last_password_changed')){{ __('Set a unique password to protect your account.') }}
@else{!! __('You must logout from your account and go to :page page.', ['page' => "". __('Forgot Password') ."" ]) !!}
@endif- {{ __('Change Password') }}
- {!! __('Last changed: :date', ['date' => ''.((data_get($metas, 'last_password_changed', false)) ? show_date(data_get($metas, 'last_password_changed', false)) : __('N/A')).'' ]) !!}
- {{ __('You have to verify your email first.') }}
{{ __('2FA Authentication') }} @if (data_get(auth()->user(), '2fa')) {{ __('Enabled') }} @else {{ __('Disabled') }} @endif
{{ __('Secure your account with 2FA security. When it is activated you will need to enter not only your password, but also a special code using your mobile.') }}
{{ __('Social Account Linked') }}
{{ __('Your account already connected with a social account. You can use your social account to login into your account.') }}
{{ __('Social Account') }}
{{ __('You can connect with a social account from below social network to access your account using social login.') }}
{{ data_get($metas, 'social_account_facebook') ? __('Connected to :Network', ['network' => __('facebook')]) : __('Connect to :Network', ['network' => __('facebook')]) }}
{{ __('You have connected with your :social account.', ['social' => __('facebook')]) }}
@else{{ __('You can connect with your :Social account.', ['social' => __('facebook')]) }} {{ __('Not connected yet') }}
@endif{{ data_get($metas, 'social_account_google') ? __('Connected to :Network', ['network' => __('google')]) : __('Connect to :Network', ['network' => __('google')]) }}
{{ __('You have successfully connected with your :social account, you can easily log in using your account too.', ['social' => __('google')]) }}
@else{{ __('You can connect with your :social account.', ['social' => __('google')]) }} {{ __('Not connected yet') }}
@endif