staging-my.creativedrive.accenture.com Open in urlscan Pro
35.161.250.38  Public Scan

Submitted URL: https://staging-walmart-plan.creativedrive.accenture.com/
Effective URL: https://staging-my.creativedrive.accenture.com/?redirect=aHR0cHM6Ly9zdGFnaW5nLXdhbG1hcnQtcGxhbi5jcmVhdGl2ZWRyaXZlLmFjY2VudHVyZS5jb20=
Submission: On July 11 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

Name: loginFormPOST https://staging-my.creativedrive.accenture.com

<form novalidate="" class="login-form ng-pristine ng-invalid ng-invalid-required" name="loginForm" ng-show="displayForm == 'login'" ng-keyup="handleKeyUpEvent($event)" action="https://staging-my.creativedrive.accenture.com" method="POST">
  <h3 class="form-title ng-binding">Login to your Account</h3>
  <!-- ngIf: error.unauthorized -->
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Email</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input required="" ng-model="user.email" class="form-control placeholder-no-fix  ng-empty ng-invalid ng-invalid-required cd-lightblue" style="cd-lightblue" type="text" autocomplete="off" placeholder="Email" name="email">
    </div>
    <!-- ngIf: loginForm.email.$dirty || loginForm.email.$touched -->
  </div>
  <div class="form-group">
    <label class="control-label visible-ie8 visible-ie9">Password</label>
    <div class="input-icon">
      <i class="fa fa-lock"></i>
      <input required="" ng-model="user.password" class="form-control placeholder-no-fix  ng-empty ng-invalid ng-invalid-required cd-lightblue" style="cd-lightblue" type="password" autocomplete="off" placeholder="Password" name="password">
    </div>
    <!-- ngIf: loginForm.password.$dirty || loginForm.password.$touched -->
  </div>
  <input ng-model="redirectapp.access_token" type="text" name="access_token" ng-show="false" class="ng-pristine ng-untouched ng-valid ng-empty ng-hide">
  <input ng-model="redirectapp.refresh_token" type="text" name="refresh_token" ng-show="false" class="ng-pristine ng-untouched ng-valid ng-empty ng-hide">
  <input ng-model="redirectapp.expires_in" type="text" name="expires_in" ng-show="false" class="ng-pristine ng-untouched ng-valid ng-empty ng-hide">
  <input ng-model="redirectapp.expires_on" type="text" name="expires_on" ng-show="false" class="ng-pristine ng-untouched ng-valid ng-empty ng-hide">
  <input ng-model="redirectapp.user_id" type="text" name="id" ng-show="false" class="ng-pristine ng-untouched ng-valid ng-empty ng-hide">
  <input ng-model="redirectapp.user_email" type="text" name="email" ng-show="false" class="ng-pristine ng-untouched ng-valid ng-empty ng-hide">
  <div class="form-actions sso">
    <label class="checkbox">
      <div class="checker"><span><input ng-model="user.remember" uniform="" type="checkbox" name="remember" value="1" class="ng-empty cd-lightblue"></span></div> Remember me
    </label>
    <button type="button" ng-click="login()" class="btn  fa-pull-right cd-lightblue" style="cd-lightblue" ng-disabled="spin"> Login <!-- ngIf: spin -->
    </button>
  </div>
  <!-- ngIf: uidata.sso_enabled -->
  <div class="form-actions sso ng-scope" ng-if="uidata.sso_enabled">
    <div class="separator">
      <hr>
      <p>or</p>
      <hr>
    </div>
    <!-- ngRepeat: saml in uidata.saml -->
    <div ng-repeat="saml in uidata.saml" class="ng-scope">
      <button type="button" ng-click="samlLogin(saml.saml_id)" class="btn cd-lightblue btn-block btn-outline btn-saml" ng-init="btn_main = true;btn_hover = false;" ng-mouseover="btn_main = false;btn_hover = true"
        ng-mouseleave="btn_main = true;btn_hover = false" ng-disabled="spin">
        <!-- ngIf: saml.sso_button_icon -->
        <!-- ngIf: saml.sso_button_icon_hover -->
        <!-- ngIf: saml.sso_button_text --><span ng-if="saml.sso_button_text" class="login_btn ng-binding ng-scope">Login with your Accenture DS DEV account</span><!-- end ngIf: saml.sso_button_text -->
        <!-- ngIf: spin -->
      </button>
    </div><!-- end ngRepeat: saml in uidata.saml -->
    <!-- ngIf: uidata.auto_login -->
  </div><!-- end ngIf: uidata.sso_enabled -->
  <div class="forget-password">
    <hr>
    <p>Want to change your password? Maybe you forgot it?<br>no worries, click <a href="javascript:;" ng-click="forgotPassword()" id="forget-password"> here </a> to reset your password. </p>
  </div>
</form>

Name: forgetForm

<form novalidate="novalidate" cd-submit="reset()" name="forgetForm" class="forget-form ng-pristine ng-invalid ng-invalid-required ng-hide" ng-show="displayForm == 'password'">
  <h3>Reset your Password</h3>
  <p> Enter your e-mail address below to reset your password. </p>
  <div class="form-group">
    <!-- ngIf: response.message -->
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input required="" ng-model="resetPassword.email" class="form-control placeholder-no-fix  ng-empty ng-invalid ng-invalid-required cd-lightblue" style="cd-lightblue" type="text" autocomplete="off" placeholder="Email" name="email">
    </div>
    <!-- ngIf: forgetForm.email.$dirty || forgetForm.email.$touched -->
  </div>
  <div class="form-actions">
    <button type="button" ng-click="showLogin()" id="back-btn" class="btn  btn-outline cd-lightblue" style="cd-lightblue"> Back </button>
    <button type="submit" class="btn  fa-pull-right cd-lightblue" style="cd-lightblue" ng-disabled="spin">
      <!-- ngIf: response.success !== true --><span ng-if="response.success !== true" class="ng-scope">Submit</span><!-- end ngIf: response.success !== true -->
      <!-- ngIf: response.success == true -->
      <!-- ngIf: spin -->
    </button>
  </div>
</form>

Text Content

LOGIN TO YOUR ACCOUNT

Email

Password


Remember me Login

--------------------------------------------------------------------------------

or

--------------------------------------------------------------------------------

Login with your Accenture DS DEV account

--------------------------------------------------------------------------------

Want to change your password? Maybe you forgot it?
no worries, click here to reset your password.


RESET YOUR PASSWORD

Enter your e-mail address below to reset your password.


Back Submit