myrockpile.retrieve.com Open in urlscan Pro
34.202.148.23  Public Scan

Submitted URL: https://myrockpile.retrieve.com/welcome?key=e161fede2081487395ecf76a47f76700
Effective URL: https://myrockpile.retrieve.com/
Submission: On May 05 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form

<form name="form" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-match">
  <inline-error response-error="setPasswordCtrl.setPasswordResponse.error"><!---->
    <div ng-transclude=""></div>
  </inline-error>
  <rtv-text-input input-type="password" model="setPasswordCtrl.password" label="Password" input-name="password" rtv-required="true" min-length="8" class="mar-btm-lg"><!-- Retrieve Material Design text field input -->
    <div class="rtv-text-container not-focused has-label" ng-switch="textInput.inputType" ng-model-options="{allowInvalid: textInput.allowInvalid, timeStripZeroSeconds: true}"
      ng-click="textInput.inputType === 'textarea' &amp;&amp; textInput.label ? textInput.focusTextArea() : undefined" ng-class="{'focused': textInput.focused || textInput.datePicker.isOpen,
                'not-focused': !textInput.focused,
                'has-label': textInput.label,
                'contains-value': textInput.modelCtrl.$viewValue,
                'has-icon': textInput.icon,
                'has-clear-button': textInput.allowClear,
                'icon-addon': textInput.iconAddon,
                'has-textarea': textInput.inputType === 'textarea'}">
      <!-- material icon (optional) -->
      <!---->
      <!-- label -->
      <!----><label ng-if="textInput.label" ng-class="{'primary': textInput.focused}"> Password </label><!---->
      <!----><input ng-switch-default="" type="password" title="Password" name="password" minlength="8" maxlength="190" min-value="" max-value="" ng-model="textInput.model" rtv-model-controller="textInput.modelCtrl" ng-change="textInput.ngChange()"
        email-format-validator="" ng-pattern="" ng-readonly="textInput.readOnly" select-on-click="textInput.autoSelect" ng-focus="textInput.focused = true" ng-blur="textInput.ngBlur()" focus-on-create="textInput.autoFocus"
        focus-index="textInput.focusIndex" ng-disabled="textInput.rtvDisabled" ng-required="textInput.rtvRequired" ng-attr-placeholder="{{textInput.placeholder}}" ng-trim="true" ng-class="{'disabled': textInput.readOnly}"
        class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-match" required="required"><!---->
      <!---->
      <!--Date Picker-->
      <!---->
      <!---->
      <!---->
    </div>
    <!--Date Picker-->
    <!---->
  </rtv-text-input>
  <!----><rtv-text-input ng-if="form.password" input-type="password" model="setPasswordCtrl.retypePassword" label="Retype Password" input-name="passwordConfirmation" validate-password=""
    rtv-required="true"><!-- Retrieve Material Design text field input -->
    <div class="rtv-text-container not-focused has-label" ng-switch="textInput.inputType" ng-model-options="{allowInvalid: textInput.allowInvalid, timeStripZeroSeconds: true}"
      ng-click="textInput.inputType === 'textarea' &amp;&amp; textInput.label ? textInput.focusTextArea() : undefined" ng-class="{'focused': textInput.focused || textInput.datePicker.isOpen,
                'not-focused': !textInput.focused,
                'has-label': textInput.label,
                'contains-value': textInput.modelCtrl.$viewValue,
                'has-icon': textInput.icon,
                'has-clear-button': textInput.allowClear,
                'icon-addon': textInput.iconAddon,
                'has-textarea': textInput.inputType === 'textarea'}">
      <!-- material icon (optional) -->
      <!---->
      <!-- label -->
      <!----><label ng-if="textInput.label" ng-class="{'primary': textInput.focused}"> Retype Password </label><!---->
      <!----><input ng-switch-default="" type="password" title="Retype Password" name="passwordConfirmation" minlength="" maxlength="190" min-value="" max-value="" ng-model="textInput.model" rtv-model-controller="textInput.modelCtrl"
        ng-change="textInput.ngChange()" email-format-validator="" ng-pattern="" ng-readonly="textInput.readOnly" select-on-click="textInput.autoSelect" ng-focus="textInput.focused = true" ng-blur="textInput.ngBlur()"
        focus-on-create="textInput.autoFocus" focus-index="textInput.focusIndex" ng-disabled="textInput.rtvDisabled" ng-required="textInput.rtvRequired" ng-attr-placeholder="{{textInput.placeholder}}" ng-trim="true"
        ng-class="{'disabled': textInput.readOnly}" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" required="required"><!---->
      <!---->
      <!--Date Picker-->
      <!---->
      <!---->
      <!---->
    </div>
    <!--Date Picker-->
    <!---->
  </rtv-text-input><!---->
  <div ng-show="form.$submitted" class="invalid-field ng-hide">
    <span ng-show="form.password.$error.required || form.password.$error.minlength" class=""> Passwords must be 8 characters long. </span>
    <span ng-show="form.password.$error.match &amp;&amp; !(form.password.required || form.password.$error.minlength)" class="ng-hide"> Passwords do not match. </span>
  </div>
  <div class="mar-top-lg">Enter your desired password then enter it again to confirm it.</div>
  <div class="mar-top-xl">
    <strong>Please note:</strong>
    <!----><span ng-if="setPasswordCtrl.firstTimeUser"> Once your password is set you will need to sign in with your email address and password. </span><!---->
    <!---->
  </div>
  <rtv-button input-type="submit" click="form.$valid &amp;&amp; setPasswordCtrl.changePassword();" spinner="setPasswordCtrl.setPasswordResponse.$resolved === false" color="dark" class="btn-block mar-top-lg"><!----><button ng-if="!btn.linkUrl"
      class="rtv-button rtv-button-color-dark rtv-button-has-text" type="submit" ng-disabled="btn.rtvDisabled || btn.spinner" ng-click="btn.clickEvent($event)" ng-class="['rtv-button-color-' + (btn.color ? btn.color : 'primary'),
                  {'rtv-button-has-text': btn.hasTranscluded,
                   'rtv-button-has-icon': btn.icon || btn.spinner,
                   'rtv-button-icon-right': btn.iconRight}]">
      <i ng-show="btn.icon || btn.spinner" class="mdi ng-hide" ng-class="[btn.spinner ? 'mdi-refresh mdi-spin' : btn.icon, {'badge-icon': btn.hasBadge, 'has-badge-count': btn.badgeCount > 0}]"></i>
      <!---->
      <span ng-transclude="" class="fix-text-center"> Set Password </span>
    </button><!---->
    <!---->
    <!----></rtv-button>
</form>

Text Content

My Guides
Store






SET PASSWORD



Password
Retype Password
Passwords must be 8 characters long. Passwords do not match.
Enter your desired password then enter it again to confirm it.
Please note: Once your password is set you will need to sign in with your email
address and password.
Set Password
or
Back to Login




An error has occurred.