mbfc-prod.myhabitap.com Open in urlscan Pro
129.126.138.37  Public Scan

URL: https://mbfc-prod.myhabitap.com/offices/occupant/condos/18/tenant-user-registration-requests/522a2b8f-cfe0-4924-bd51-7d485dd72fe4
Submission: On February 21 via manual from IN — Scanned from SG

Form analysis 2 forms found in the DOM

POST

<form action="" id="modal-confirm-msg-form" method="post" novalidate="novalidate">
  <div class="button col-md-12 col-xs-12">
    <div class="col-md-6 col-xs-6">
      <input type="submit" id="modal-confirm-msg-submit" class="input" value="Confirm">
    </div>
    <div class="col-md-6 col-xs-6">
      <a href="#" class="input" data-dismiss="modal">Cancel</a>
    </div>
  </div>
</form>

POST /offices/occupant/condos/18/tenant-user-registration-requests/522a2b8f-cfe0-4924-bd51-7d485dd72fe4

<form id="resetForm" class="step-1-content" action="/offices/occupant/condos/18/tenant-user-registration-requests/522a2b8f-cfe0-4924-bd51-7d485dd72fe4" method="post" novalidate="novalidate">
  <input id="tenantAccount.username" name="tenantAccount.username" type="hidden" value="cdallacqua@worldbank.org">
  <input id="mainId" name="mainTenantAccount.id" type="hidden" value="">
  <input id="tenantAccount.personDetails.emailAddress" name="tenantAccount.personDetails.emailAddress" type="hidden" value="cdallacqua@worldbank.org">
  <div class="text-left mt-5">
    <p>Please fill up the following form to complete your account registration for the By The Bay app. <br>Upon successful registration, you will be able to login with the app.</p>
  </div>
  <p class="mandatory">* Mandatory Field</p>
  <div class="set-password" style="margin-top: auto">
    <div class="title">Set up your password</div>
    <div class="content">
      <div class="form-group">
        <label for="exampleInputEmail1">User ID</label>
        <p>cdallacqua@worldbank.org</p>
      </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="">Password <span class="mandatory">*</span></label>
          <p>
            <input id="rawPassword" name="tenantAccount.rawPassword" class="form-control input-sm margin-top pr-40 required" data-rule-maxlength="20" data-rule-minlength="8" data-rule-required="true" data-rule-pwcheck="true" type="password" value=""
              maxlength="20">
            <i class="bi bi-eye-slash" id="togglePassword"></i>
          </p>
          <div class="validatePassword">
            <div class="validator char8"><span class="check"></span>At least 8 characters</div>
            <div class="validator atleast1number"><span class="check"></span>At least 1 number</div>
            <div class="validator specialchar"><span class="check"></span>At least 1 special character (e.g. !@#$%^&amp;)</div>
            <div class="validator combination"><span class="check"></span>A combination of upper and lower case letters</div>
          </div>
        </div>
        <div class="form-group col-md-6">
          <label for="exampleInputPassword1">Re-enter Password <span class="mandatory">*</span></label>
          <p>
            <input id="confirmPassword" name="tenantAccount.confirmPassword" class="form-control input-sm margin-top pr-40 required" data-rule-maxlength="20" data-rule-minlength="8" data-rule-required="true" data-rule-pwcheck="true" type="password"
              value="" maxlength="20">
            <i class="bi bi-eye-slash" id="toggleReenterPassword"></i>
          </p>
          <div class="validatePassword">
            <div class="validator error match">Password does not match</div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="complete-profile">
    <div class="title">Complete your profile</div>
    <div class="content">
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="">Full Name</label>
          <input id="firstName" name="tenantAccount.personDetails.firstName" class="form-control input-sm margin-top" data-rule-maxlength="100" placeholder="Full Name" type="text" value="" maxlength="100">
        </div>
        <div class="form-group col-md-6">
          <label for="">Alias </label>
          <input id="alias" name="tenantAccount.personDetails.alias" class="form-control input-sm margin-top" data-rule-maxlength="100" placeholder="Alias" type="text" value="" maxlength="100">
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="">Gender</label>
          <select id="gender" name="tenantAccount.personDetails.genderType" class="form-control input-sm margin-top">
            <option disabled="" selected="" value="" style="display:none;">Select</option>
            <option value="M">Male</option>
            <option value="F">Female</option>
          </select>
        </div>
        <div class="form-group col-md-6">
          <label for="">Birthday</label>
          <input id="dob" name="tenantAccount.personDetails.dob" class="form-control input-sm margin-top month-year-input" type="text" autocomplete="off">
        </div>
      </div>
      <div class="form-group mt-2 require-verification">
        <h6>Personal email address</h6>
        <p class="inline">&nbsp;(Requires verification)</p>
        <p> We would love to bring you personalized content and offers for a more enriching everyday experience.<br> Please complete your profile below and indicate if you prefer to be connected through a personal email. </p>
        <div class="form-row">
          <div class="form-group col-md-6 col-sm-9 col-xs-9">
            <input id="personalEmailAddress" name="tenantAccount.personDetails.personalEmailAddress" class="form-control input-sm margin-top" data-rule-maxlength="100" placeholder="Email Address" type="email" value="" maxlength="100"
              autocomplete="off">
            <div id="result"></div>
          </div>
          <div class="form-group col-md-2 col-sm-3 col-xs-3">
            <button class="commonBtn" id="verifyBtn" style="display: none;">Verify</button>
          </div>
          <div class="form-group col-md-4 pin-sent" id="pinSent">
            <p class="inline">Verification PIN has been sent to the email address, please check your inbox</p>
          </div>
        </div>
        <div class="form-row pin-sent">
          <div class="form-group col-md-6 col-sm-9 col-xs-9">
            <input type="text" maxlength="6" id="pin" class="form-control input-sm margin-top" placeholder="Enter PIN">
          </div>
          <div class="form-group col-md-2 col-sm-3 col-xs-3">
            <button class="commonBtn" id="submitPin"> Submit</button>
          </div>
          <div class="form-group col-md-4 col-sm-3 col-xs-3 mt-2">
            <p id="verifying" class="check inline" style="display: none;">Validating... </p>
            <span id="verified" class="check" style="display: none;"><img src="/assets/img/check.png">
              <p class="inline">PIN is valid</p>
            </span>
          </div>
        </div>
      </div>
      <div class="form-group mt-2">
        <div class="form-check">
          <input id="tenantUser.agreePromoEmail" name="tenantUser.agreePromoEmail" value="true" type="hidden">
          <input class="form-check-input" type="radio" name="promo" id="agreePromoEmail" checked="">
          <label class="form-check-label" for="agreePromoEmail"> I agree to receive marketing and promotional messages in relation to offers, benefits, privileges and promotions available on or via the App and other modes of communication. </label>
          <br><br>
          <input class="form-check-input" type="radio" name="promo" id="refusePromoEmail">
          <label class="form-check-label" for="refusePromoEmail"> I do not wish for my personal data to be used for targeted marketing. I understand by selecting this option, I will not receive messages relating to offers, benefits, privileges and
            promotions for products and services within the asset portfolio and its partners. </label>
          <br><br>
          <input class="form-check-input" type="checkbox" id="gridCheck">
          <label class="form-check-label" for="gridCheck"> I agree to the By The Bay <a href="https://myhabitap.com/bythebay/terms.html" target="_blank">Terms &amp; Conditions</a> and
            <a href="https://myhabitap.com/bythebay/privacy.html" target="_blank">Privacy Notice</a>. The Privacy Notice contains important information on the types of data collected and how they may be used, including for purposes of data analytics.
          </label>
        </div>
      </div>
    </div>
  </div>
  <button type="submit" id="submitBtn" class="commonBtn" disabled="">Submit</button>
</form>

Text Content

Okay

Okay

Okay

Cancel

Okay


1

REGISTRATION


2

ACCESS ACTIVATION

Please fill up the following form to complete your account registration for the
By The Bay app.
Upon successful registration, you will be able to login with the app.

* Mandatory Field

Set up your password
User ID

cdallacqua@worldbank.org

Password *



At least 8 characters
At least 1 number
At least 1 special character (e.g. !@#$%^&)
A combination of upper and lower case letters
Re-enter Password *



Password does not match
Complete your profile
Full Name
Alias
Gender Select Male Female
Birthday

PERSONAL EMAIL ADDRESS

 (Requires verification)

We would love to bring you personalized content and offers for a more enriching
everyday experience.
Please complete your profile below and indicate if you prefer to be connected
through a personal email.

Verify

Verification PIN has been sent to the email address, please check your inbox

Submit

Validating...

PIN is valid

I agree to receive marketing and promotional messages in relation to offers,
benefits, privileges and promotions available on or via the App and other modes
of communication.

I do not wish for my personal data to be used for targeted marketing. I
understand by selecting this option, I will not receive messages relating to
offers, benefits, privileges and promotions for products and services within the
asset portfolio and its partners.

I agree to the By The Bay Terms & Conditions and Privacy Notice. The Privacy
Notice contains important information on the types of data collected and how
they may be used, including for purposes of data analytics.
Submit


Okay

Okay
 * Terms & Conditions
 * Data Protection Policy

® 2024 Raffles Quay Asset Management Pte Ltd. All rights reserved.