@extends('layout.default') @section('title') {{ $user->username }} - Security - {{ __('common.members') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('main')

{{ __('user.change-password') }}

@csrf @method('PATCH')

{{ __('user.change-password-help') }}.

We strongly recommend you use a password manager (such as the free version of Bitwarden) to generate a secure random password

@if (auth()->id() == $user->id)

@endif

@endsection @section('sidebar')

{{ __('user.password-resets') }}

@forelse ($passwordResetHistories as $passwordResetHistory) @empty @endforelse
{{ __('common.created_at') }}
No password reset history
@endsection