India Taekwondo
India Taekwondo

Set Your Password

Welcome! Please set a 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

By setting your password, you agree to our Terms of Service and Privacy Policy.

Need help? Contact the system administrator.