@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Account settings - Security') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Account Settings / Password Change

Change Password
@csrf
Password Requirements:
  • Minimum 8 characters long - the more, the better
  • At least one lowercase character
  • At least one number, symbol, or whitespace character
@endsection