@section('title', 'Change Password - BondaCare')

Change Your Password

You must change your password before continuing

@if (session()->has('success'))
{{ session('success') }}
@endif @if(auth()->user()->must_change_password)
For security reasons, you must change your default password on first login.
@endif
@error('currentPassword') {{ $message }} @enderror
@error('newPassword') {{ $message }} @enderror
@error('confirmPassword') {{ $message }} @enderror

Password Requirements

  • At least 8 characters long
  • Different from your current password
  • Must match the confirmation password
@csrf