{{-- Header --}}

Change Password

Update your PPPoE account password

{{-- Success Alert --}} @if($success)

Password changed successfully!

Your new password is now active. Please remember it for your next login.

@endif {{-- Password Form --}}
{{-- Current Password --}}
@error('currentPassword')

{{ $message }}

@enderror
{{-- New Password --}}
@error('newPassword')

{{ $message }}

@enderror
{{-- Confirm Password --}}
@error('confirmPassword')

{{ $message }}

@enderror
{{-- Password Requirements --}}

Password Requirements

    @foreach(['At least 6 characters long', 'Different from your current password', 'Remember it for future logins'] as $req)
  • {{ $req }}
  • @endforeach
{{-- Submit --}}
{{-- Warning Note --}}
Changing your password here updates your portal login. If your ISP also uses this password for your router/WiFi, you may need to update your devices manually.