Reset Your Password

Secure your account with a strong password

  • Minimum 8 characters
  • Upper & lowercase letters
  • Numbers & special characters
India Taekwondo
India Taekwondo

Reset Your Password

Create a new secure password for your account

@if (session('status')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('password')
{{ $message }}
@enderror
Password must be at least 8 characters long and contain uppercase, lowercase, number, and special character.
@error('password_confirmation')
{{ $message }}
@enderror

After resetting your password, you'll be logged out and need to login with your new password.

Back to Login