apps.telkom.co.za Open in urlscan Pro
165.143.158.34  Public Scan

URL: https://apps.telkom.co.za/alpha/public/login/public/login?bmctx=A1E9D5061B8E3A26D2565CA2F4BF730A&contextType=external&user...
Submission: On April 26 via api from ZA — Scanned from DE

Form analysis 7 forms found in the DOM

<form id="frm_forgot_step1" novalidate="novalidate" style="display: block;">
  <div class="modal-body">
    <div class="row">
      <div class="col-md-12">
        <ol class="stepbar">
          <li class="is-active" data-step="1"></li>
          <li data-step="2"></li>
          <li data-step="3" class="progress__last"></li>
        </ol>
      </div>
    </div>
    <h4 class="blue">I've forgotten my password</h4>
    <p>Enter your email address and we'll send you an OTP in that email to reset your password.</p>
    <div id="usernameError" class="alert alert-danger" style="display:none;"></div>
    <div class="row mb-3">
      <div class="col-md-12">
        <div class="form-group">
          <input type="text" name="emailAddress" id="emailAddress" class="form-control col-10" placeholder="Email address" data-validation-required-message="Email address is required.">
          <div class="help-block"></div>
        </div>
      </div>
      <div class="col-md-12 mt-3">
        <div class="form-group">
          <button type="submit" class="btn btn-primary has-spinner" name="resetButton" id="resetButton" data-loading-text="Processing..." value=" Done ">
            <span class="spinner">&nbsp;</span>Reset Password </button>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="frm_forgot_otp" novalidate="novalidate" style="display: none;">
  <div class="modal-body text-center">
    <div align="center" class="row">
      <div class="col-md-12">
        <ol class="stepbar">
          <li class="is-complete" data-step="1"></li>
          <li class="is-active" data-step="2"></li>
          <li data-step="3" class="progress__last"></li>
        </ol>
      </div>
    </div>
    <img class="img-fluid mx-auto d-block mb-3" src="/branding/telkom/__M4W/ico/ico-email.png">
    <h4 class="blue">We've sent an email to <i id="usernameOnOTP"> <strong></strong></i></h4>
    <p>The email will contain your one-time password. Enter the OTP below and click on continue.</p>
    <div id="errorOTP" class="alert alert-danger" style="display:none;"></div>
    <div id="successOTP" class="alert alert-success" style="display:none;"></div>
    <div class="form-group">
      <input type="text" name="userNameOTP" id="userNameOTP" class="form-control col-11" placeholder="Enter your OTP" data-validation-required-message="Please enter your OTP.">
      <div class="help-block"></div>
    </div>
    <div class="row mb-3">
      <div class="col-md-12 mt-3">
        <div class="form-group">
          <button type="submit" class="btn btn-primary mt-3 float-left has-spinner" name="submitOTPButton" id="submitOTPButton" data-loading-text="Processing..." value=" Done ">
            <span class="spinner">&nbsp;</span>Continue </button>
          <button type="submit" class="btn btn-outline-primary mt-3 float-right has-spinner" onclick="resendOTP()" name="resendOTPButton" id="resendOTPButton" data-loading-text="Processing..." value=" Done ">
            <span class="spinner">&nbsp;</span>Re-send OTP </button>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="frm_password" novalidate="novalidate" style="display: none;">
  <div class="modal-body">
    <div class="row">
      <div class="col-md-12">
        <ol class="stepbar">
          <li class="is-complete" data-step="1"></li>
          <li class="is-complete" data-step="2"></li>
          <li data-step="3" class="is-active progress__last"></li>
        </ol>
      </div>
    </div>
    <h4 class="blue">Choose a new password</h4>
    <p>Please choose a new password for LOGIN access to your My Telkom profile.</p>
    <div id="passwordError" class="alert alert-danger" style="display:none;"></div>
    <div class="row mb-3">
      <div class="col-md-12">
        <div class="form-group">
          <input type="password" name="password" id="password" class="form-control col-10" placeholder="Password" data-validation-regex-regex="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{7,}.+$" data-validation-regex-message="Your password must have:"
            data-validation-required-message="Please enter a password.">
          <div class="help-block"></div>
        </div>
      </div>
      <div class="col-md-12">
        <div class="form-group">
          <input type="password" name="confirmPassword" id="confirmPassword" class="form-control col-11" placeholder="Password" data-validation-matches-match="password" data-validation-matches-message="Passwords do not match.">
          <div class="help-block"></div>
          <small class="form-text text-muted"><span id="8char" style="color: #CB333B;">x</span> 8 Characters Long</small>
          <small class="form-text text-muted"><span id="ucase" style="color: #CB333B;">x</span> One Uppercase Letter</small>
          <small class="form-text text-muted"><span id="lcase" style="color: #CB333B;">x</span> One Lowercase Letter</small>
          <small class="form-text text-muted"><span id="num" style="color: #CB333B;">x</span> One Number</small>
        </div>
      </div>
      <div class="col-md-12 mt-3">
        <div class="form-group">
          <input class="btn btn-primary" type="submit" id="saveNewPassword" name="saveNewPassword" value="Save New Password">
        </div>
      </div>
    </div>
  </div>
</form>

<form id="frm_success" style="display: none;">
  <div class="modal-body text-center">
    <img class="img-fluid mx-auto d-block mb-3" src="/branding/telkom/__M4W/ico/ico-success.png">
    <h4 class="blue">Congratulations</h4>
    <p>Your account has been reset. You are now able to login. Any functionality which was locked, has been unlocked. </p>
    <p class="text-center"><a href="/interstitial" class="btn-pill">Continue</a></p>
  </div>
</form>

<form id="frm-forgotUsername" novalidate="" style="display: none;">
  <div class="row mb-3">
    <div id="forgotUsernameErrorBlock" class="alert alert-danger alert-dismissible fade show" role="alert" style="display:none">
      <button type="button" class="close" data-dismiss="alert" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
      <strong>Oh no!</strong> Something went wrong
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <select name="idType" id="idType" class="form-control col-10" required="" data-validation-required-message="Please select an ID Type">
          <option value="">ID Type</option>
          <option value="SA ID">RSA Identity</option>
          <option value="Passport">Passport</option>
        </select>
        <p class="help-block"></p>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <input type="text" name="idNumber" id="idNumber" class="form-control col-10 mb-5" required="" data-validation-required-message="Please select an ID Number">
        <p class="help-block"></p>
      </div>
    </div>
    <div class="col-md-12 mt-3">
      <div class="form-group">
        <button type="submit" class="btn btn-primary mt-3 float-left has-spinner" name="forgotUsernameButton" id="forgotUsernameButton" data-loading-text="Processing..." value=" Done ">
          <span class="spinner">&nbsp;</span>Next </button>
      </div>
    </div>
  </div>
</form>

<form id="frm-forgotUsername">
  <div class="row mb-3">
    <div class="col-md-12 mt-3">
      <div class="form-group">
        <a class="btn btn-primary" id="continue" name="continue" href="/interstitial">Continue</a>
      </div>
    </div>
  </div>
</form>

Name: frmLoginPOST https://login.telkom.co.za/oam/server/auth_cred_submit

<form id="ssoForm" name="frmLogin" action="https://login.telkom.co.za/oam/server/auth_cred_submit" method="post" onsubmit="return validate();">
  <input type="hidden" value="v1.4" name="v">
  <input type="hidden" value="https%3A%2F%2Fapps.telkom.co.za%2Falpha%2Fpublic%2Flogin" name="challenge_url">
  <input type="hidden" value="-7586370272977158685" name="request_id">
  <input type="hidden" value="en_US" name="locale">
  <input type="hidden" value="https%253A%252F%252Fselfservice.telkom.co.za%252Fdigital%252Fdashboard%252F" name="resource_url">
  <div class="control-group">
    <label class="control-label required" for="userName">Username:</label>
    <div class="controls">
      <input type="text" onkeypress="return submitenter(this,event)" name="ssousername" id="userName" username="on" class="span12" aria-invalid="false" placeholder="Username (Your email address)">
      <div class="help-block"></div>
    </div>
  </div>
  <div class="control-group">
    <label class="control-label required" for="password">Password:</label>
    <div class="controls">
      <input type="password" onkeypress="return submitenter(this,event)" maxlength="50" id="c3" name="password" autocomplete="on" class="span12" placeholder="Password">
      <div class="help-block"></div>
    </div>
  </div>
  <div id="formPanel_action" class="controls">
    <input type="hidden" src="/edemo/images/but_logon.gif" alt="Submit button" value="Logon">
    <input type="hidden" value="Cancel" onclick="javascript:document.location.href = 'http://www.telkom.co.za'">
    <!--<button type="submit" name="sSubmit"  value="Submit" onclick="submitForm();" class="btn btn-info pull-right">Login<i class="icon-chevron-right icon-white"></i></button>-->
    <button type="submit" name="sSubmit" value="Submit" onclick="submitForm();" class="btn btn-info pull-right">Login<i class="icon-chevron-right icon-white"></i></button>
    <a class="btn btn-outline-primary" href="/alpha/public/register" role="button">Register</a>
  </div>
</form>

Text Content


×
 1. 
 2. 
 3. 

I'VE FORGOTTEN MY PASSWORD

Enter your email address and we'll send you an OTP in that email to reset your
password.


 Reset Password
 1. 
 2. 
 3. 

WE'VE SENT AN EMAIL TO

The email will contain your one-time password. Enter the OTP below and click on
continue.




 Continue  Re-send OTP
 1. 
 2. 
 3. 

CHOOSE A NEW PASSWORD

Please choose a new password for LOGIN access to your My Telkom profile.



x 8 Characters Long x One Uppercase Letter x One Lowercase Letter x One Number


CONGRATULATIONS

Your account has been reset. You are now able to login. Any functionality which
was locked, has been unlocked.

Continue



×
 1. 
 2. 

I FORGOT MY USERNAME

Enter your ID/Passport Number to begin.

× Oh no! Something went wrong
ID Type RSA Identity Passport





 Next

IT LOOKS LIKE YOU'RE NOT REGISTERED FOR MY TELKOM

We couldn't find a My Telkom account associated with the ID/Passport Number you
provided. Click on the button below to register now.

Register Now
 1. 
 2. 



The email will contain the username for your account.

Continue

My Telkom Profile

 * Dashboard
 * Products
 * Account
 * Get help
 * Track


 * My Telkom
 * Login


WELCOME TO MY TELKOM PROFILE


REGISTER OR LOGIN BELOW

Use your Telkom Profile to Manage your subscriptions; Redeem vouchers, Purchase
bundles and Update your profile.

Username:

Password:

Login Register
 * I forgot my username or password


VIEW CURRENT SIM USAGE WITHOUT LOGGIN IN.

If you are connected to the internet using a Telkom SIM (on your mobile phone or
through a router) you can instantly view your current SIM usage without logging
in.

View current SIM Usage


ACCESS YOUR INTERNET SERVICE PROVIDER ACCOUNT

Manage your Internet broadband usage; View your webmail; To up your internet
data on TelkomSA.net.

Login to TelkomSA.net Go to TelkomSA.net

FORGOT YOUR TELKOMSA.NET PASSWORD?

Send the word 'Password' in an SMS to 0123210215 and we will send you your
telkomsa.net password.


GET MORE OUT OF YOUR PLAN WITH YOUR TELKOM PROFILE

Stream to your liking on any of your subscriptions. Activate Telkom LIT_ on your
Prepaid and FreeMe Contract, Activate Entertainment Bolt On your DSL and Fibre
Contract and do all of the below using your Telkom Profile.

 * View your Home, Business & Personal accounts
 * Manage each of these accounts
 * Pay your Home, Business & Personal bill
 * Move your Home & Business lines
 * Connect your devices to Telkom Wi-Fi hotspots

 * Top up your data & account balances
 * Update your contact details
 * Fix line faults
 * Check your Telkom coverage in your area
 * Redeem airtime, data & Wi-Fi vouchers

It's time to Appgrade

Download the improved Telkom App

 

 * Feedback
 * Chat
 * Contact Us
 * Coverage
 * FAQs

Top
 * Home
 * |
 * PAIA
 * |
 * Terms and Conditions
 * |
 * POPIA

©Telkom SA SOC Limited. 2024 All Rights Reserved.

An authorised Financial Services Provider - FSP no. 46037