@extends('layouts.dash2') @section('title', $title) @section('content')
@include('partials._mobile_header', [ 'title' => 'Security Settings', 'showBackButton' => true, 'backUrl' => route('profile'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])

Change Password

Update your account password to maintain security

@csrf @method('PUT')

Password Requirements

Ensure that these requirements are met:

  • Minimum 8 characters long - the more, the better
  • At least one lowercase character
  • At least one uppercase character
  • At least one number

Security Reminder

After changing your password, you'll be required to log in again with your new credentials.

@endsection