paypal.pf.obviously.tech Open in urlscan Pro
18.171.107.55  Public Scan

URL: https://paypal.pf.obviously.tech/
Submission: On August 09 via automatic, source certstream-suspicious — Scanned from CH

Form analysis 2 forms found in the DOM

Name: signUpForm

<form cmnt-handle-errors="" name="signUpForm" ng-switch-when="false" class="shake-on-errors ng-pristine ng-valid ng-scope">
  <div class="form-errors ng-isolate-scope ng-hide" role="alert" ng-show="form.$error.formErrors">
    <!-- ngRepeat: message in form.remoteMessages['non_field_errors'] track by $index -->
  </div>
  <div class="field-list login__field-list">
    <div class="field-group field-group_icon">
      <i class="field__icon field__icon_absolute icon icon-profile"></i>
      <label class="field-group__label">Name</label>
      <div class="field field_size_s field_width_half" cmnt-field-errors="">
        <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="text" placeholder="First" ng-model="vm.firstName" name="first_name" cmnt-focus-me="vm.focusSignup">
      </div>
      <div class="field field_size_s field_width_half" cmnt-field-errors="">
        <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="text" placeholder="Last" ng-model="vm.lastName" name="last_name">
      </div>
    </div>
    <div class="field field_icon field_size_s form-group_icon" cmnt-field-errors="">
      <i class="field__icon field__icon_absolute icon icon-build"></i>
      <label class="field__label">Company</label>
      <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="text" ng-model="vm.company" name="company">
    </div>
    <div class="field field_icon field_size_s form-group_icon" cmnt-field-errors="">
      <i class="field__icon field__icon_absolute icon icon-email"></i>
      <label class="field__label">Email</label>
      <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="text" ng-model="vm.newEmail" name="email" ng-readonly="vm.isInvitation">
    </div>
    <div class="field field_margin-bottom field_icon field_size_s form-group_icon" cmnt-field-errors="">
      <i class="field__icon field__icon_absolute icon icon-security"></i>
      <label class="field__label">Choose a password</label>
      <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="password" ng-model="vm.newPassword" name="password" autocomplete="new-password">
      <cmnt-password-strength password="vm.newPassword" class="ng-isolate-scope">
        <div class="field-group-line" ng-show="vm.barsAmount > 0">
          <div class="field-group-line__item field-group-line__item_weak" ng-class="'field-group-line__item_' + vm.strengthLevel.value">
            <span ng-show="vm.barsAmount >= 1" class=""></span>
            <span ng-show="vm.barsAmount >= 2" class="ng-hide"></span>
            <span ng-show="vm.barsAmount >= 3" class="ng-hide"></span>
          </div>
          <div class="field-group-line__label ng-binding">Weak</div>
        </div>
      </cmnt-password-strength>
    </div>
    <!--<div class="field field_margin-bottom field_icon field_size_s form-group_icon login__select"
                                 cmnt-field-errors>
                                <i class="field__icon field__icon_absolute icon icon-carts"></i>
                                <label class="field__label">Account type</label>

                                <ui-select ng-model="vm.accountType" name="account_type">
                                        <ui-select-match>
                                                <span ng-bind="$select.selected.label"></span>
                                        </ui-select-match>
                                        <ui-select-choices ui-select-fix
                                                                             repeat="accountType.value as accountType in vm.accountTypes">
                                                <span ng-bind="accountType.label"></span>
                                        </ui-select-choices>
                                </ui-select>
                        </div>

                        <div class="field-group field-group_icon">
                                <div class="field field_size_s field_width_half login__select" cmnt-field-errors>
                                        <label class="field__label">Business type</label>

                                        <ui-select ng-model="vm.companyType" name="company_type">
                                                <ui-select-match>
                                                        <span ng-bind="$select.selected.value"></span>
                                                </ui-select-match>
                                                <ui-select-choices ui-select-fix
                                                                                     repeat="companyType.id as companyType in (vm.companyTypes | filter: $select.search) track by companyType.id">
                                                        <span ng-bind="companyType.value"></span>
                                                </ui-select-choices>
                                        </ui-select>
                                </div>

                                <div class="field field_size_s field_width_half login__select" cmnt-field-errors>
                                        <label class="field__label">Your role</label>

                                        <ui-select ng-model="vm.companyRel" name="company_rel">
                                                <ui-select-match>
                                                        <span ng-bind="$select.selected.value"></span>
                                                </ui-select-match>
                                                <ui-select-choices ui-select-fix
                                                                                     repeat="companyRel.id as companyRel in (vm.companyRels | filter: $select.search) track by companyRel.id">
                                                        <span ng-bind="companyRel.value"></span>
                                                </ui-select-choices>
                                        </ui-select>
                                </div>
                        </div-->
    <!--div class="field-group field-group_icon">
                                <div class="field field_size_s field_width_half" cmnt-field-errors>
                                        <label class="field__label">Phone</label>
                                        <input class="field__text" type="text" ng-model="vm.phone" name="phone_number">
                                </div>

                                <div class="field field_width_half login__select" cmnt-field-errors>
                                        <label class="field__label">Country</label>

                                        <ui-select ng-model="vm.companyCountry" name="company_country">
                                                <ui-select-match>
                                                        <span ng-bind="$select.selected.value"></span>
                                                </ui-select-match>
                                                <ui-select-choices ui-select-fix
                                                                                     repeat="country.id as country in vm.countries | filter: $select.search">
                                                        <span ng-bind="country.value"></span>
                                                </ui-select-choices>
                                        </ui-select>
                                </div>
                        </div-->
  </div>
  <!--<div class="login-checkbox">
												<div class="checkbox-list">
														<label class="checkbox checkbox_color-darkgray">
																<input class="checkbox__input" type="checkbox" ng-model="vm.agreeToTou"/>
																<i class="checkbox__icon icon icon-checkbox"></i>
																<span class="checkbox__title">
                                    I agree to the <a target="_blank" ng-href="{{::vm.termsOfUseUrl}}">Terms of use and privacy policy</a>
                                </span>
														</label>
												</div>
										</div>-->
  <button type="submit" class="button button_size_m button_color_pink button_width-100" cmnt-spinner-action="vm.signUp(signUpForm)"> Join /iambic/ by iaidō </button>
</form>

Name: logInForm

<form cmnt-handle-errors="" name="logInForm" class="shake-on-errors ng-pristine ng-valid ng-scope">
  <div class="login-right-pane__position">
    <h3 class="login__title">Already a member?</h3>
    <div class="form-errors ng-isolate-scope ng-hide" role="alert" ng-show="form.$error.formErrors">
      <!-- ngRepeat: message in form.remoteMessages['non_field_errors'] track by $index -->
    </div>
    <div class="field-list login__field-list">
      <div class="field field_icon field_size_s field-group_icon" cmnt-field-errors="">
        <i class="field__icon field__icon_absolute icon icon-email"></i>
        <label class="field__label">Email</label>
        <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="text" name="email" ng-model="vm.email" cmnt-focus-me="!vm.focusSignup">
      </div>
      <div class="field field_icon field_size_s form-group_icon" cmnt-field-errors="">
        <i class="field__icon field__icon_absolute icon icon-security"></i>
        <label class="field__label">Password</label>
        <input class="field__text ng-pristine ng-untouched ng-valid ng-empty" type="password" name="password" ng-model="vm.password">
      </div>
    </div>
    <div class="checkbox-list checkbox-list_offset-top">
      <label class="checkbox checkbox_color-darkgray">
        <input class="checkbox__input ng-pristine ng-untouched ng-valid ng-empty" type="checkbox" ng-model="vm.rememberMe">
        <i class="checkbox__icon icon icon-checkbox"></i>
        <span class="checkbox__title"> Remember me </span>
      </label>
    </div>
    <div class="form-actions login__form-actions">
      <a class="form-actions__link" ng-click="vm.showResetPasswordForm()">
                            Reset my password
                        </a>
      <button type="submit" class="button button_size_s button_color_river" cmnt-spinner-action="vm.logIn(logInForm)"> Sign In </button>
    </div>
    <button type="button" class="button button_size_m button_color_darkblue button_width-100" ng-click="vm.loginViaAzure()"> Login with Azure AD </button>
  </div>
</form>

Text Content

Got it!

This website uses cookies to ensure you get the best experience on our website

Cookie Consent plugin for the EU cookie law
Sign In


LET'S GET YOU SET UP

Name


Company
Email
Choose a password
Weak
Join /iambic/ by iaidō


ALREADY A MEMBER?


Email
Password
Remember me
Reset my password Sign In
Login with Azure AD