wealth.sasfin.com Open in urlscan Pro
196.212.199.210  Public Scan

Submitted URL: https://wealth.sasfin.com/
Effective URL: https://wealth.sasfin.com/wealth/Security/Login
Submission: On October 11 via api from ZA — Scanned from DE

Form analysis 6 forms found in the DOM

<form id="formLogin" class="needs-validation" novalidate="">
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Username <input class="form-control" required="" id="auth_UserName" name="auth.UserName" type="text">
        <span class="bar"></span>
        <span class="field-validation-valid" data-valmsg-for="auth.UserName" data-valmsg-replace="true"></span>
        <div class="invalid-feedback"> Username required </div>
      </div>
    </div>
  </div>
  <div class="forgot-link"><a class="btn-link underlineLink" onclick="forgotUsername()" style="cursor: pointer;">Forgot username?</a></div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Password <input class="form-control" required="" id="auth_Password" name="auth.Password" type="password">
        <span class="bar"></span>
        <div class="invalid-feedback"> Password required </div>
      </div>
    </div>
  </div>
  <div class="forgot-link"><a class="btn-link underlineLink" onclick="forgotPassword()" style="cursor: pointer;">Forgot password?</a></div>
  <div class="col-sm-12 login-subtext p-0">
    <div class="form-group material-form-group">
      <small>By logging in, I accept the <a class="underlineLink" href="https://www.sasfin.com/sasfin-securities-terms-and-conditions/" target="_blank">Terms and Conditions</a>.</small>
    </div>
  </div>
  <div class="col-sm-12 sign-in-field p-0">
    <div class="form-group material-form-group">
      <button type="submit" class="btn btn-primary btn-sasfin">Sign in</button>
    </div>
  </div>
  <div class="form-group  text-left">
    <div class="col-sm-12 p-0">
      <small class="ng-binding">To protect the safety of your account, should an incorrect username and/or password combination be submitted three times, your account will be locked. If you have forgotten your password, click Forgot Password and
        follow the prompts.</small>
    </div>
  </div>
</form>

<form id="formRegistrations" class="needs-validation" novalidate="">
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Username <input class="form-control" minlength="6" id="register_UserName" pattern="^\S+$" title="Spaces are not allowed. A minimum of 6 characters allowed" name="register.UserName"
          required="required" type="text">
        <span class="bar"></span>
        <div class="invalid-feedback"> Spaces are not allowed. A minimum of 6 characters allowed </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Password <input name="register_Password" min="8" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}"
          title="Please include at least 1 uppercase character, 1 lowercase character,1 number at least 8 or more characters." required="" type="password" id="register_Password" class="form-control">
        <span class="bar"></span>
        <div id="txtregister_Password" class="invalid-feedback">
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Confirm Password <input name="register_ConfirmPassword" min="8" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}"
          title="Please include at least 1 uppercase character, 1 lowercase character,1 number at least 8 or more characters." required="" type="password" id="register_ConfirmPassword" class="form-control">
        <span class="bar"></span>
        <div id="txtregister_ConfirmPassword" class="invalid-feedback">
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> First Name <input class="form-control" id="register_FirstName" name="register.FirstName" required="required" type="text">
        <span class="bar"></span>
        <div class="invalid-feedback"> First Name required </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Surname <input class="form-control" id="register_Surname" name="register.Surname" required="required" type="text">
        <span class="bar"></span>
        <div class="invalid-feedback"> Surname required </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> ID Number <input class="form-control" id="register_IDNumber" name="register.IDNumber" required="required" type="text">
        <span class="bar"></span>
        <div class="invalid-feedback"> ID Number required </div>
      </div>
    </div>
  </div>
  <!--<div class="row">
                                <div class="col-sm-12">
                                    <div class="form-group input-material w-100">
                                        Phone Number
                                        <input class="form-control" id="register_PhoneNumber" name="register.PhoneNumber" required="required" type="number">-->
  <!--<span class="bar"></span>
                                        <div class="invalid-feedback">
                                            Phone Number required
                                        </div>
                                    </div>
                                </div>
                            </div>-->
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group input-material w-100"> Sasfin Account Number <input class="form-control" id="register_CrmNumber" name="register.CrmNumber" required="required" type="text">
        <span class="bar"></span>
        <div class="invalid-feedback"> Sasfin Account Number required </div>
      </div>
    </div>
  </div>
  <div class="form-group material-form-group row">
    <div class="col-sm-12 confirmation-checkbox">
      <input class="form-check-input" data-val="true" data-val-required="The Consent field is required." id="register_Consent" name="register.Consent" required="required" type="checkbox">
      <span>I have read and understood the <a class="labeled" href="https://www.sasfin.com/privacy-and-cookie-notice" target="_blank">Privacy and Cookie Notice.</a></span>
      <div class="invalid-feedback"> You must agree before submitting </div>
    </div>
  </div>
  <div class="col-sm-12 sign-in-field p-0" id="divRegisterButton">
    <div class="form-group material-form-group">
      <button type="submit" class="btn btn-primary btn-sasfin">Register</button>
    </div>
  </div>
</form>

POST

<form method="post" id="formForgotUsername" class="needs-validation " novalidate="">
  <div id="step1">
    <div class="modal-body">
      <div class="row">
        <div class="col-md-12">
          <div class="form-group"> Please enter your identity number linked to your profile. </div>
          <div class="form-group">
            <input class="form-control" id="ForgotIdentityNumber" name="ForgotIdentityNumber" required="required" type="text">
            <span class="bar"></span>
            <div class="invalid-feedback"> Please provide valid identity Number </div>
          </div>
          <label id="lblForgotUsername" style="color: red;">
          </label>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" class="btn btn-sm btn-sasfin" data-dismiss="modal" id="UsCanLoad">Back</button>
      <button type="submit" id="btnForgotUsername" class="btn btn-sm btn-sasfin">Next</button>
    </div>
  </div>
  <div id="step2">
    <div class="modal-body">
      <div class="row">
        <div class="col-md-12">
          <div class="form-group"> We have sent your username to your email. Please check your email. </div>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" class="btn btn-sm btn-sasfin" data-dismiss="modal">Close</button>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BIMxdWxrP5EmWygjJFAwQhvdlZSFMi-NapEyiuJ_izQ2J89pviT4dw5Uu-QN54BO2ejix8RUGfYKHSkURjct5UFvSqV4P1Y06kRHAn5KTFNWbths4mC34pZvi6c1gTZSR86KrwyEXvS3MekFTN7qTY">
</form>

POST

<form method="post" id="formForgotPassword1" class="needs-validation formResetPassword" novalidate="">
  <div class="modal-header">
    <div class="login-title">Forgot password</div>
  </div>
  <div id="step1ForgotPassword">
    <div class="modal-body">
      <div class="row">
        <div class="col-md-12">
          <div class="form-group"> Please enter your Username. </div>
          <div class="form-group">
            <input class="form-control" id="ForgotPasswordUsername" name="ForgotPasswordUsername" required="required" type="text">
            <span class="bar"></span>
            <div class="invalid-feedback"> Please enter your Username. </div>
          </div>
          <input data-val="true" id="hdnSecret" name="hdnSecret" type="hidden" value="">
          <label id="lblForgotPassword" style="color: red;">
          </label>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" class="btn btn-sm btn-sasfin" data-dismiss="modal" id="PasCanLoad">Back</button>
      <button type="submit" id="btnPassword" class="btn btn-sm btn-sasfin">Next</button>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BIMxdWxrP5EmWygjJFAwQhvdlZSFMi-NapEyiuJ_izQ2J89pviT4dw5Uu-QN54BO2ejix8RUGfYKHSkURjct5UFvSqV4P1Y06kRHAn5KTFNWbths4mC34pZvi6c1gTZSR86KrwyEXvS3MekFTN7qTY">
</form>

POST

<form method="post" id="formForgotPassword2" class="needs-validation formResetPassword2" novalidate="">
  <div id="step2ForgotPassword">
    <div class="modal-body">
      <div class="row">
        <div class="col-md-12">
          <div class="form-group"> A verification code has been sent to your email account. Please enter the verification code below: </div>
          <div class="form-group">
            <input class="form-control" id="VerificationCode" name="VerificationCode" required="required" type="text" value="">
            <span class="bar"></span>
          </div>
          <label class="verification-alert" id="lblVerificationCode" style="color: red; margin: 85px 0 0 0;">
          </label>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" class="btn btn-sm btn-sasfin" data-dismiss="modal" id="btnCancelForgotPawword">Back</button>
      <button type="button" class="btn btn-sm btn-sasfin" onclick="verificationCodeSubmit()">Next</button>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BIMxdWxrP5EmWygjJFAwQhvdlZSFMi-NapEyiuJ_izQ2J89pviT4dw5Uu-QN54BO2ejix8RUGfYKHSkURjct5UFvSqV4P1Y06kRHAn5KTFNWbths4mC34pZvi6c1gTZSR86KrwyEXvS3MekFTN7qTY">
</form>

POST

<form method="post" id="formForgotPassword" class="needs-validation formResetPassword" novalidate="">
  <div id="step3ForgotPassword">
    <div class="modal-body">
      <div class="row">
        <div class="col-md-12">
          <div class="form-group"> Enter your new password </div>
          <div class="form-group"> New Password <input name="NewPassword" min="8" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}" title="Please include at least 1 uppercase character, 1 lowercase character,1 number and at least 8 or more characters."
              required="" type="password" id="NewPassword" class="form-control">
            <span class="bar"></span>
          </div>
          <div class="form-group"> Confirm Password <input name="ConfirmPassword" min="8" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}"
              title="Please include at least 1 uppercase character, 1 lowercase character,1 number and at least 8 or more characters." required="" type="password" id="ConfirmPassword" class="form-control">
            <span class="bar"></span>
            <div id="msgPasswordConfirm" class="invalid-feedback">
            </div>
          </div>
          <div class="form-group"> Please include at least 1 uppercase character, 1 lowercase character,1 number at least 8 or more characters. </div>
          <label id="lblResetPassword" style="color: red;">
          </label>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" class="btn btn-sm btn-sasfin" onclick="backPasswordStep3()">Back</button>
      <button type="submit" class="btn btn-sm btn-sasfin">Next</button>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BIMxdWxrP5EmWygjJFAwQhvdlZSFMi-NapEyiuJ_izQ2J89pviT4dw5Uu-QN54BO2ejix8RUGfYKHSkURjct5UFvSqV4P1Y06kRHAn5KTFNWbths4mC34pZvi6c1gTZSR86KrwyEXvS3MekFTN7qTY">
</form>

Text Content

Loading...
 * Help
 * Email us your Feedback
 * Go to Sasfin.com

We use cookies to help provide you with the best online experience. By
continuing to use our website without changing the settings, you are agreeing to
our use of cookies. To find out more please read our Privacy and Cookie Notice.

Accept
Good morning


WELCOME TO THE SASFIN WEALTH PLATFORM, DESIGNED TO GIVE YOU AN INVESTMENT
EXPERIENCE THAT SUPPORTS YOUR FINANCIAL NEEDS.

 * Sign in
 * Register

Username
Username required
Forgot username?
Password
Password required
Forgot password?
By logging in, I accept the Terms and Conditions.
Sign in
To protect the safety of your account, should an incorrect username and/or
password combination be submitted three times, your account will be locked. If
you have forgotten your password, click Forgot Password and follow the prompts.
Username
Spaces are not allowed. A minimum of 6 characters allowed
Password

Confirm Password

First Name
First Name required
Surname
Surname required
ID Number
ID Number required
Sasfin Account Number
Sasfin Account Number required
I have read and understood the Privacy and Cookie Notice.
You must agree before submitting
Register

Before entering your username and password, always check the web address of the
page. Fake sites can copy the layout of the original page, changing the web
address by just a few characters.

As a general request, we ask that you remain aware of global cyber security
trends and malicious practices, that you be vigilant at all times while online
and that you be vocal by sharing any cyber security issues or concerns you may
have with Sasfin Wealth on SasfinWealthCommunications@sasfin.com


Learn more
Learn more
Previous Next

Close
Forgot username
Please enter your identity number linked to your profile.
Please provide valid identity Number
Back Next
We have sent your username to your email. Please check your email.
Close
Forgot password
Please enter your Username.
Please enter your Username.
Back Next
A verification code has been sent to your email account. Please enter the
verification code below:

Back Next
Enter your new password
New Password
Confirm Password

Please include at least 1 uppercase character, 1 lowercase character,1 number at
least 8 or more characters.
Back Next
Password reset done.
Close
Notifications



Exit
Help

What products and services does Sasfin Wealth offer?

Since 1890 we have provided tailored global and local investment offerings to
private and institutional clients. We have expanded our service offering to
include: 
Online Investing 
Asset Management 
Portfolio Management and Stockbroking 
Asset Consulting 
Healthcare Consulting 
Wealth Advisory 
Fixed Income Trading

Can I register if I do not have an account with Sasfin Wealth?

Only Sasfin Wealth Account holders can register to view details of their
portfolio, statements and Sasfin research information.

I forgot my username and/or password. What must I do?

Follow these steps to self-reset:Forgot Username:1.            Click on forgot
username2.            Enter your ID number in fullForgot Password:1.           
Click on forgot password2.            Enter your username 

If I enter the incorrect password, will I be locked out?

Your profile will be locked after 3 failed attempts. For assistance to unlock
your profile contact Sasfin Wealth Digital on
sasfinwealthcommunications@sasfin.com.

Close
Back Close


LOGIN FAILURE



OK
ABSA GROUP LIMITED 168.62ANGLO AMERICAN PLC 526.65ANGLOGOLD ASHANTI
PLC 473.92ANHEUSER-BUSCH INBEV SA NV 1126.5ASPEN PHARMACARE HLDGS LTD 194.63BHP
GROUP LIMITED 511.5BID CORPORATION LTD 444.3BRITISH AMERICAN TOB
PLC 612.38BIDVEST LTD 275.45COMPAGNIE FIN RICHEMONT 2660.75CLICKS GROUP
LTD 377.38CAPITEC BANK HLDGS LTD 3138.78DISCOVERY LTD 171.59EXXARO RESOURCES
LTD 167FIRSTRAND LTD 80.7GOLD FIELDS LTD 272.65GLENCORE PLC 96.21GROWTHPOINT
PROP LTD 13.94HARMONY GM CO LTD 172.96IMPALA PLATINUM HLGS LTD 105.52INVESTEC
LTD 133.98INVESTEC PLC 134.22MONDI PLC 330.08MR PRICE GROUP LTD 260.51MTN GROUP
LTD 88.43NEDBANK GROUP LTD 293.36NORTHAM PLATINUM HLDGS LTD 115.07NASPERS LTD
-N- 4201.37NEPI ROCKCASTLE N.V. 142.66OLD MUTUAL LIMITED 12.64PEPKOR HOLDINGS
LTD 23.77PROSUS N.V. 755.14REMGRO LTD 156.01REINET INVESTMENTS
S.C.A 473.92STANDARD BANK GROUP LTD 238.9SHOPRITE HOLDINGS LTD 291.07SANLAM
LIMITED 86.18SASOL LIMITED 121.72SIBANYE STILLWATER LTD 17.89VODACOM GROUP
LTD 106.95WOOLWORTHS HOLDINGS LTD 65.8
2024 Sasfin. All rights reserved. Version 1.0.0.0


ERROR

Error has occurred, Support has been notified. Click here for Wealth Digital
assistance.

OK