auth.accounts.optilogic.app Open in urlscan Pro
40.89.249.67  Public Scan

Submitted URL: https://t.sidekickopen71.com/Ctc/DM+23284/cSfDq04/JkM4YGXkW6N1X8z6lZ3pGN3fMWGk7kvDBW8chj_Z1dN7HDW7SMN_P7XlbysVZB60h42V06DVRWf...
Effective URL: https://auth.accounts.optilogic.app/auth/realms/che/protocol/openid-connect/registrations?client_id=che-public&redirect_uri=https%3A...
Submission: On March 16 via manual from AE — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://auth.accounts.optilogic.app/auth/realms/che/login-actions/registration?session_code=AZ8WhJnxVmUpa1AwpZsxwOS0F5SIs1YbBZYpTvhDiy4&execution=555369bb-2a52-474f-8729-12bd2b28be14&client_id=che-public&tab_id=Ow8rqwSiUnk

<form action="https://auth.accounts.optilogic.app/auth/realms/che/login-actions/registration?session_code=AZ8WhJnxVmUpa1AwpZsxwOS0F5SIs1YbBZYpTvhDiy4&amp;execution=555369bb-2a52-474f-8729-12bd2b28be14&amp;client_id=che-public&amp;tab_id=Ow8rqwSiUnk"
  method="POST">
  <!-- Begin registration page 1 -->
  <div class="form__text-content">
    <h2 style="font-size: 32px; max-width: 150%">Create An Account</h2>
  </div>
  <div class="form__form-inner" :class="{'form__form-inner--hidden': page != 1}">
    <div class="form__form-group">
      <label class="form__label" for="firstName">FIRST NAME</label>
      <input class="form__input" type="text" id="firstName" name="firstName" placeholder="First Name" value="" pattern=".{2,100}" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> First name is required and must be 2 or more characters </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="lastName">LAST NAME</label>
      <input class="form__input" type="text" id="lastName" name="lastName" placeholder="Last Name" value="" pattern=".{2,100}" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> Last Name is required and must be 2 or more characters </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="email">EMAIL</label>
      <input class="form__input" type="email" id="email" name="email" placeholder="Enter Your Business Email" value="" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> Email is required and must be a valid email </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="phoneNumber">PHONE NUMBER</label>
      <input class="form__input" type="tel" id="user.attributes.phone" name="user.attributes.phone" placeholder="Phone Number" value="" pattern="^[\+\.\-\d ]{6,}" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> Phone Number is required and must be a valid number </span>
    </div>
  </div>
  <!-- End registration page 1 -->
  <!-- Begin registration page 2 -->
  <div class="form__form-inner form__form-inner--hidden" :class="{'form__form-inner--hidden': page != 2}">
    <div class="form__form-group">
      <label class="form__label" for="username">USERNAME</label>
      <input class="form__input" type="text" id="username" name="username" placeholder="Username" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> Username is required </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="password">PASSWORD</label>
      <input class="form__input" :type="passwordVisible ? 'text' : 'password'" id="password" name="password" placeholder="Password" minlength="6" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)" type="password">
      <i style="color: #00302E; cursor: pointer;" @click="passwordVisible = !passwordVisible" :class="{'far fa-eye': passwordVisible === true, 'fa fa-eye-slash': passwordVisible === false}" class="fa fa-eye-slash"></i>
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> Password minimum length is 6 characters </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="password-confirm">CONFIRM PASSWORD</label>
      <input class="form__input" :type="passwordConfirmVisible ? 'text' : 'password'" id="password-confirm" name="password-confirm" placeholder="Confirm password" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)"
        type="password">
      <i style="color: #00302E; cursor: pointer;" @click="passwordConfirmVisible= !passwordConfirmVisible" :class="{'far fa-eye': passwordConfirmVisible === true, 'fa fa-eye-slash': passwordConfirmVisible === false}" class="fa fa-eye-slash"></i>
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> Passwords do not match </span>
    </div>
    <div style="height: 10px;"></div>
    <div style="font-size: 14px;" class="form__text-block"> By creating a Optilogic account, I am agreeing to accept the Optilogic <a target="_blank" href="https://optilogic.com/terms-of-use">Terms of Use </a> and to receive emails regarding my
      account and Optilogic’s products and services </div>
  </div>
  <!-- End registration page 2 -->
  <!-- Begin registration page 3 -->
  <div class="form__form-inner form__form-inner--hidden" :class="{'form__form-inner--hidden': page != 3}">
    <div class="form__form-group">
      <label class="form__label" for="user.attributes.companyName">COMPANY NAME</label>
      <input class="form__input" type="text" id="user.attributes.companyName" name="user.attributes.companyName" placeholder="Company Name" value="" pattern=".{2,100}" required="" oninvalid="showSiblingMessage(this)"
        oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> A valid Company Name is required </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="user.attributes.role">ROLE</label>
      <input class="form__input" type="text" id="user.attributes.role" name="user.attributes.role" placeholder="Role" value="" pattern=".{2,100}" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> A valid Role is required </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="user.attributes.industry">INDUSTRY</label>
      <input class="form__input" type="text" id="user.attributes.industry" name="user.attributes.industry" placeholder="Industry" value="" pattern=".{2,100}" required="" oninvalid="showSiblingMessage(this)" oninput="hideSiblingMessage(this)">
      <span class="form__error-message">
        <i class="fas fa-exclamation-triangle"></i> A valid Industry is required </span>
    </div>
    <div class="form__form-group">
      <label class="form__label" for="user.attributes.companySize">COMPANY SIZE</label>
      <div class="form__select-container">
        <select name="user.attributes.companySize" id="user.attributes.companySize" required="" value="">
          <option value="1-10">1-10</option>
          <option value="11-50">11-50</option>
          <option value="51-100">51-100</option>
          <option value="101-500">101-500</option>
          <option value="501+">501+</option>
        </select>
        <div class="form__select" @click.away="selectOpen = false">
          <div class="form__select-button" :class="{'form__select-button--active': selectOpen}" tabindex="0" @click="setTabIndex(), selectOpen = !selectOpen">
            <span>Select Company Size</span> <i class="fas fa-angle-down"></i>
          </div>
          <div class="form__select-menu" :class="{'form__select-menu--active': selectOpen}">
            <ul @click="setSelectedOption(event), selectOpen = false">
            </ul>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- End registration page 3 -->
  <template x-if="page === 1">
    <div style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
      <span style="color: #00302E; cursor: pointer" role="link" tabindex="0" onclick="window.location = '/auth/realms/che/login-actions/authenticate?client_id=che-public&amp;tab_id=Ow8rqwSiUnk';"><i class="fas fa-caret-left"></i>Back to Log In</span>
      <a class="button button--primary" tabindex="0" @click="validateVisiblePage() &amp;&amp; page++" type="button">Next Step</a>
    </div>
  </template>
  <div style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
    <span style="color: #00302E; cursor: pointer" role="link" tabindex="0" onclick="window.location = '/auth/realms/che/login-actions/authenticate?client_id=che-public&amp;tab_id=Ow8rqwSiUnk';"><i class="fas fa-caret-left"></i>Back to Log In</span>
    <a class="button button--primary" tabindex="0" @click="validateVisiblePage() &amp;&amp; page++" type="button">Next Step</a>
  </div>
  <template x-if="page === 2">
    <div style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
      <span style="color: #00302E; cursor: pointer" role="link" tabindex="0" @click="page = 1"><i class="fas fa-caret-left"></i>Previous Step</span>
      <a class="button button--primary" tabindex="0" @click="validateVisiblePage() &amp;&amp; page++" type="button">Next Step</a>
    </div>
  </template>
  <template x-if="page === 3">
    <div style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
      <span style="color: #00302E; cursor: pointer" role="link" tabindex="0" @click="page = 2"><i class="fas fa-caret-left"></i>Previous Step</span>
      <input class="button button--primary" tabindex="0" type="submit" value="Submit" @click="return secureRegistration();">
    </div>
  </template>
</form>

Text Content

We use cookies to improve your experience on our site. By using this site you
consent to our cookie policy.

Accept Decline
1

2

3


CREATE AN ACCOUNT

FIRST NAME First name is required and must be 2 or more characters
LAST NAME Last Name is required and must be 2 or more characters
EMAIL Email is required and must be a valid email
PHONE NUMBER Phone Number is required and must be a valid number
USERNAME Username is required
PASSWORD Password minimum length is 6 characters
CONFIRM PASSWORD Passwords do not match

By creating a Optilogic account, I am agreeing to accept the Optilogic Terms of
Use and to receive emails regarding my account and Optilogic’s products and
services
COMPANY NAME A valid Company Name is required
ROLE A valid Role is required
INDUSTRY A valid Industry is required
COMPANY SIZE
1-10 11-50 51-100 101-500 501+
Select Company Size

Back to Log In Next Step
Back to Log In Next Step
Previous Step Next Step
Previous Step
©2023 Optilogic, Inc. All Rights Reserved. Privacy Policy