testprudential.mccamish.com
Open in
urlscan Pro
67.220.99.55
Public Scan
Submitted URL: http://testprudential.mccamish.com/
Effective URL: https://testprudential.mccamish.com/SelfServicePortal/
Submission: On March 01 via api from US — Scanned from US
Effective URL: https://testprudential.mccamish.com/SelfServicePortal/
Submission: On March 01 via api from US — Scanned from US
Form analysis
2 forms found in the DOMName: form — POST
<form name="form" method="POST" ng-submit="login()" role="form" id="logform" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-invalid-valid-captcha">
<table class="login" ng-show="showLoginForm">
<tbody>
<tr ng-show="contactNumber" class="ng-hide">
<td colspan="2">
<div class="otpcheck" ng-hide="otpHide==true">
<span class="ng-binding">OTP has sent to your Mobile Number XXXXXX</span>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="loginheader"><span class="lock"> </span>Customer Login</td>
</tr>
<!-- ngIf: roleEnable -->
<tr>
<td><label>Username <span class="important">*</span></label></td>
<td>
<input type="text" id="username" name="username" ng-model="username" autocomplete="off" ng-minlength="5" ng-maxlength="20" ng-pattern="/^[a-zA-Z0-9_]*$/" ng-change="emptyField();dataLoading1=false" autofocus="autofocus" required=""
class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
<span ng-show="form.username.$dirty && form.username.$error.required" class="help-block ng-hide">Username is required.</span>
<span ng-show="!form.username.$error.required && (form.username.$error.minlength || form.username.$error.maxlength) && form.username.$dirty" class="help-block ng-hide">Username must be between 5 and 20 characters.</span>
<span ng-show="form.username.$dirty && !form.username.$error.minlength && !form.username.$error.maxlength && form.username.$error.pattern" class="help-block ng-hide">Invalid Username.</span>
</td>
</tr>
<tr ng-hide="true" class="ng-hide">
<td><span class="resendotp" style="display: none"><a href="">Resend OTP </a></span></td>
<td>
<div class="otpcheck2 ng-hide" ng-show="true && enableCheck==false">
<input type="checkbox" ng-model="isChecked" ng-change="nameSearch(isChecked)" id="otpcheckbox" class="ng-pristine ng-untouched ng-valid"> Use OTP as password
</div>
</td>
</tr>
<tr ng-hide="true" class="ng-hide">
<td><input type="hidden" ng-model="encryptPass" class="ng-pristine ng-untouched ng-valid"></td>
</tr>
<tr ng-hide="isChecked==true">
<td><label>Password <span class="important">*</span></label></td>
<td><input name="pwd" type="password" id="pwd" style="font-weight: bolder;" ng-model="password" autocomplete="off" required="" class="ng-pristine ng-untouched ng-invalid ng-invalid-required">
<span ng-show="form.pwd.$error.required && form.pwd.$dirty" class="help-block ng-hide">Password is required</span>
</td>
</tr>
<tr ng-show="isChecked==true" class="ng-hide">
<td><label>OTP Value <span class="important">*</span></label></td>
<td><input name="otpValue" id="otpValue" type="text" style="font-weight: bolder;" ng-model="otpValue" class="ng-pristine ng-untouched ng-valid"> <span
ng-show="isChecked==true && form.captchaval.$touched && form.otpValue.$error.required" class="help-block3 ng-hide">Please enter your OTP Value</span>
</td>
</tr>
<tr ng-show="enableCaptcha" class="ng-hide">
<td class="newreg"><label>Captcha <span class="important">*</span></label></td>
<td><input type="text" name="captchaval" id="captchaval" ng-model="captchaval" required="" valid-captcha="" ng-maxlength="12" class="ng-pristine ng-untouched ng-invalid ng-invalid-valid-captcha ng-invalid-required ng-valid-maxlength">
<span id="captchaMsg" ng-show="(form.captchaval.$dirty && form.captchaval.$error.required) ||(form.captchaval.$touched && !form.captchaval.$dirty)" class="help-block3 ng-hide">Captcha is required.</span>
<span ng-show="(form.captchaval.$invalid && !form.captchaval.$untouched&&!form.captchaval.$error.required)" class="help-block3 cappadd ng-hide">Please enter valid Captcha</span>
</td>
</tr>
<!-- disable-selection -->
<tr ng-show="enableCaptcha" class="ng-hide">
<td width="40%"><label> <!-- <h1 class="Captchbak">{{captcha}}</h1> -->
<canvas id="myCanvas" width="100" height="40"></canvas>
</label> <a ng-click="generateCaptcha();"> <span class="glyphicon glyphicon-repeat" style="align: center"></span>
</a></td>
<td width="60%"></td>
</tr>
<!-- ngIf: enableRecaptcha -->
<!-- ngIf: enableForgot || roleEnable -->
<tr>
<td colspan="2" class="loginbuttons">
<button type="button" class="close bluebutton buttonleft" ng-click="closelogin(form);dataLoading1=true">Cancel</button>
<!-- ngIf: enableCaptcha -->
<!-- ngIf: enableRecaptcha || noCaptcha --><button ng-if="enableRecaptcha || noCaptcha" type="button" ng-disabled="!validCaptcha()" class="logbutton btn buttonright ng-scope" id="submitBtn" ng-click="login()"
disabled="disabled">Login</button><!-- end ngIf: enableRecaptcha || noCaptcha -->
</td>
</tr>
</tbody>
</table>
</form>
Name: otpForm —
<form name="otpForm" ng-submit="otpLogin()" role="form" id="otpForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
<!-- ngIf: message&&showOtpForm -->
<table class="login ng-hide" ng-show="showOtpForm">
<tbody>
<tr ng-show="otpSuccMsgFlag || otpErrorMsgFlag" class="ng-hide">
<td colspan="2" align="center"><span class="help-block-success ng-hide" ng-show="otpSuccMsgFlag" id="otpValidationMsg"></span> <span class="help-block ng-hide" ng-show="otpErrorMsgFlag" id="otpInValidationMsg"></span></td>
</tr>
<tr>
<td width="30%"><label>OTP <span class="important">*</span></label></td>
<td width="70%"><input type="text" ng-model="loginOtpValue" required="required" placeholder="Enter OTP" id="loginOtpValue" name="loginOtpValue" ng-pattern="/^[0-9]*$/" ng-minlength="6" ng-maxlength="8" minlength="6" maxlength="8"
class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength"></td>
</tr>
<tr>
<td>
<div class="col span_1_of_6" id="timeRemain"> Time Remaining = <label><span id="timer" style="font-weight: bold" ng-bind="loginOtpTimer" class="ng-binding"></span></label>
</div>
</td>
<td>
<div class="col span_1_of_6" id="resendOtp" style="display: none;">
<a id="resend" ng-click="loginResendOTP()" style="font-weight: bold">Resend OTP</a>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="loginbuttons">
<button type="button" class="close bluebutton buttonleft" ng-click="cancelOtpValidation()">Cancel</button>
<button type="submit" class="btn bluebutton buttonright" ng-disabled="!otpForm.$valid || !enableOtpVerify" disabled="disabled">Validate OTP</button>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
* * * * SIGN UP LOGIN OTP has sent to your Mobile Number XXXXXX Customer Login Username * Username is required. Username must be between 5 and 20 characters. Invalid Username. Resend OTP Use OTP as password Password * Password is required OTP Value * Please enter your OTP Value Captcha * Captcha is required. Please enter valid Captcha Cancel Login OTP * Time Remaining = Resend OTP Cancel Validate OTP * Home * Fund Price Details * * * * * 1. 1 2. 2 3. 3 * Previous * Next LIFE INSURANCE ANNUITY Contact Us Fund Price Details FAQ'S How can I view my policy values? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer How can I view my coverage details? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters. How can I view my beneficiary details? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC. We do not provide tax, accounting, or legal advice. Clients should consult their own independent advisors as to any tax, accounting, or legal statements made herein. You should consider the investment objectives, risks, and charges and expenses carefully before investing in the contract, and/or underlying exempt portfolios and investment options. The applicable private offering memorandum, fund prospectus, and, if available, summary prospectus contain this information as well as other important information. You can obtain a copy of the fund prospectus and private offering memorandum from a financial professional. You should read these documents carefully before investing. It is possible to lose money by investing in securities. All guarantees and benefits of the contract are backed by the claims-paying ability of the issuing company and do not apply to the underlying investment options. Contract guarantees and benefits are not backed by the broker/dealer and/or insurance agency selling the contract, nor by any of their affiliates, and none of them makes any representations or guarantees regarding the claims-paying ability of the issuing company. Investing in a Private Placement Variable Annuity contract involves a high degree of risk including the possible loss of your entire investment. Some of the subaccounts (the “Exempt Divisions” ) may be illiquid and there may be lengthy delays in having contract benefits (surrenders, death benefits) paid. You should consider the contract to be an illiquid investment. A variable annuity is a long-term investment designed for retirement purposes. Investment returns and the principal value of an investment will fluctuate so that an investor′s units, when redeemed, may be worth more or less than the original investment. Withdrawals and distributions of taxable amounts are subject to ordinary income tax and, if made prior to age 59½, may be subject to an additional 10% federal income tax penalty, sometimes referred to as an additional income tax. Withdrawals reduce the account value. Private Placement Variable Universal Life Insurance is a long-term investment and may not be suitable for all investors. The policy′s value will fluctuate based upon the performance of the underlying funds. It is possible to lose principal. Policy owners should be aware of the additional risks involved with investing in non-registered funds. Non-registered funds are not registered under the securities laws and are not subject to the same regulatory requirements as registered funds. Among other activities, non-registered funds may engage in potentially riskier investment practices, charge higher fees, and impose liquidity restrictions on policyowner′s assets. This material is being provided for informational or educational purposes only and does not take into account the investment objectives or financial situation of any client or prospective clients. The information is not intended as investment advice and is not a recommendation about managing or investing your retirement savings. If you would like information about your particular investment needs, please contact a financial professional. Prudential Private Placement Variable Annuity and PruLife Private Placement VUL may not be approved for use in all states or through all broker-dealers. Please contact your financial professional for more information. PruLife® Private Placement Variable Universal Life (“PPVUL”) and Private Placement Variable Annuity (“PPVA”) are issued by Pruco Life Insurance Company, 213 Washington Street, Newark, NJ 07102-3777. PPVUL is offered through Pruco Securities (member SIPC), LLC and PPVA is offered through Prudential Annuities Distributors, Inc. All are Prudential Financial companies. Each company is solely responsible for its own financial condition and contractual obligations. Policy form numbers for PruLife Private Placement VUL (PPVULD 2019 or ICC19 PPVULD 2019) and Contract form numbers for Private Placement Variable Annuity ICC22-PPVA(4/22), PPVA-IND(4/22) or state variation thereof. PPVUL and PPVA are not approved for sale in all states. . Prudential, the Prudential logo, and the Rock symbol are service marks of Prudential Financial, Inc. and its related entities. Life insurance Close -------------------------------------------------------------------------------- Life insurance (or life assurance, especially in the Commonwealth), is a contract between an insurance policy holder and an insurer or assurer, where the insurer promises to pay a designated beneficiary a sum of money (the benefit) in exchange for a premium, upon the death of an insured person (often the policy holder). Depending on the contract, other events such as terminal illness or critical illness can also trigger payment. The policy holder typically pays a premium, either regularly or as one lump sum. Other expenses (such as funeral expenses) can also be included in the benefits. Life policies are legal contracts and the terms of the contract describe the limitations of the insured events. Specific exclusions are often written into the contract to limit the liability of the insurer; common examples are claims relating to suicide, fraud, war, riot, and civil commotion. Life-based contracts tend to fall into two major categories: * Protection policies - designed to provide a benefit, typically a lump sum payment, in the event of specified event. A common form of a protection policy design is term insurance. * Investment policies - where the main objective is to facilitate the growth of capital by regular or single premiums. Common forms (in the U.S.) are whole life, universal life, and variable life policies. Product features Annuities Close -------------------------------------------------------------------------------- A life annuity is an annuity, or series of payments at fixed intervals, paid while the purchaser (or annuitant) is alive. A life annuity is an insurance product typically sold or issued by life insurance companies. Life annuities may be sold in exchange for the immediate payment of a lump sum (single-payment annuity) or a series of regular payments (flexible payment annuity), prior to the onset of the annuity. The payment stream from the issuer to the annuitant has an unknown duration based principally upon the date of death of the annuitant. At this point the contract will terminate and the remainder of the fund accumulated is forfeited unless there are other annuitants or beneficiaries in the contract. Thus a life annuity is a form of longevity insurance, where the uncertainty of an individual's lifespan is transferred from the individual to the insurer, which reduces its own uncertainty by pooling many clients. Annuities can be purchased to provide an income during retirement, or originate from a structured settlement of a personal injury lawsuit. Product features Close -------------------------------------------------------------------------------- Active session already exist with this user. Click OK to proceed Cancel OK Alert Close -------------------------------------------------------------------------------- Go to Home Page Error -------------------------------------------------------------------------------- Ok Information Message -------------------------------------------------------------------------------- Portal is under maintenance. Please try after sometime. Logout © 2022 Infosys McCamish Systems, L.L.C. All rights reserved. Best viewed in Chrome, Firefox, Safari and Edge FAQ | Contact Us * FAQ * Contact Us To Top