b2b.acc.gallagher.shopworks-clients.nl Open in urlscan Pro
162.55.95.215  Public Scan

Submitted URL: https://b2b.acc.gallagher.shopworks-clients.nl/
Effective URL: https://b2b.acc.gallagher.shopworks-clients.nl/account/login
Submission: On June 29 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 2 forms found in the DOM

POST /account/login

<form class="login-form" action="/account/login" method="post" data-form-csrf-handler="true" data-form-validation="true" novalidate="">
  <input type="hidden" name="_csrf_token" value="a803993a792a31a165ec7fc8828584.3SfQo1HFYYuqIOI6disYuLMlr8hYvvwXUUUCyEngNiQ.u3-69CumWMPkFo12RE1CyfJK5IUxzKlENDJRqyelbGutTo_rC6JZ8_1ZjQ">
  <input type="hidden" name="redirectTo" value="frontend.account.home.page">
  <input type="hidden" name="redirectParameters" value="[]">
  <p class="login-form-description"> Log in with email address and password </p>
  <div class="form-row">
    <div class="form-group col-md-6">
      <label class="form-label" for="loginMail"> Your email address </label>
      <input type="email" class="form-control" id="loginMail" placeholder="Email address" name="username" required="required">
    </div>
    <div class="form-group col-md-6">
      <label class="form-label" for="loginPassword"> Your password </label>
      <input type="password" class="form-control" id="loginPassword" placeholder="Password" name="password" required="required">
    </div>
  </div>
  <div class="login-password-recover">
    <a href="https://b2b.acc.gallagher.shopworks-clients.nl/account/recover">
                                    I have forgotten my password.
                                </a>
  </div>
  <div class="login-password-recover">
    <a href="https://b2b.acc.gallagher.shopworks-clients.nl/b2b_request_passwordless_login">
                    Passwordless login via email
                </a>
  </div>
  <div class="login-submit">
    <button type="submit" class="btn btn-primary"> Login </button>
  </div>
</form>

POST /account/register

<form action="/account/register" class="register-form" method="post" data-form-csrf-handler="true" data-form-validation="true" novalidate="">
  <input type="hidden" name="_csrf_token" value="2aed89c2dccf415ef76e0c.tS4_zuK6pCUSae20r9YTYKAUwSYelMdMzEBf-Fc_pHY.hANJnqeKiRwkJ4na9eNXVJFZhHZOzPQcnyZtjGVN3gfHeXu4mo7Kb1Qi3Q">
  <input type="hidden" name="redirectTo" value="frontend.account.home.page">
  <input type="hidden" name="redirectParameters" value="[]">
  <input type="hidden" name="errorRoute" value="frontend.account.register.page">
  <input type="hidden" name="errorParameters" value="">
  <div class="register-personal">
    <input type="hidden" name="accountType">
    <div class="form-row">
      <div class="form-group col-md-3 col-sm-6">
        <label class="form-label" for="personalSalutation"> Salutation* </label>
        <select id="personalSalutation" class="custom-select" name="salutationId" required="required">
          <option disabled="disabled" selected="selected" value=""> Enter salutation... </option>
          <option value="84924607a1f9426fb67549ceea702faf"> Not specified </option>
          <option value="6fa778c22c8a431d859dfec56254c339"> Mrs. </option>
          <option value="7af549ae63a443fdbdd4f6dcc1652751"> Mr. </option>
        </select>
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-sm-6">
        <label class="form-label" for="personalFirstName"> First name* </label>
        <input type="text" class="form-control" autocomplete="section-personal given-name" id="personalFirstName" placeholder="Enter first name..." name="firstName" value="" data-form-validation-required=""
          data-form-validation-required-message="First name should not be empty." required="required">
      </div>
      <div class="form-group col-sm-6">
        <label class="form-label" for="personalLastName"> Last name* </label>
        <input type="text" class="form-control" autocomplete="section-personal family-name" id="personalLastName" placeholder="Enter last name..." name="lastName" value="" data-form-validation-required=""
          data-form-validation-required-message="Last name should not be empty." required="required">
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-sm-6">
        <label class="form-label" for="personalMail"> New email address* </label>
        <input type="email" class="form-control" autocomplete="section-personal email" id="personalMail" placeholder="Enter new email address..." name="email" value="" required="required">
      </div>
      <div class="form-group col-sm-6">
        <span class="js-form-field-toggle-guest-mode">
          <label class="form-label" for="personalPassword"> Password* </label>
          <input type="password" class="form-control" autocomplete="new-password" id="personalPassword" placeholder="Enter password..." name="password" minlength="8" data-form-validation-length="8"
            data-form-validation-length-message=" Passwords must have a minimum length of 8 characters." required="required">
          <small class="form-text js-validation-message" data-form-validation-length-text="true"> Passwords must have a minimum length of 8 characters. </small>
        </span>
      </div>
      <div class="form-group col-sm-6">
      </div>
      <div class="form-group col-sm-6">
      </div>
    </div>
  </div>
  <div class="register-address">
    <div class="register-billing">
      <div class="card-title"> Your address </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label class="form-label" for="billingAddressAddressStreet"> Street address* </label>
          <input type="text" class="form-control" id="billingAddressAddressStreet" placeholder="Enter street address..." name="billingAddress[street]" value="" data-form-validation-required=""
            data-form-validation-required-message="Street address should not be empty." required="required">
        </div>
        <div class="form-group col-md-2 col-4">
          <label class="form-label" for="billingAddressAddressZipcode"> Postal code* </label>
          <input type="text" class="form-control" id="billingAddressAddressZipcode" placeholder="Enter postal code..." name="billingAddress[zipcode]" value="" data-form-validation-required=""
            data-form-validation-required-message="Postal code should not be empty." required="required">
        </div>
        <div class="form-group col-md-4 col-8">
          <label class="form-label" for="billingAddressAddressCity"> City* </label>
          <input type="text" class="form-control" id="billingAddressAddressCity" placeholder="Enter city..." name="billingAddress[city]" value="" data-form-validation-required="" data-form-validation-required-message="City should not be empty."
            required="required">
        </div>
      </div>
      <div class="form-row country-and-state-form-elements" data-country-state-select="true">
        <div class="form-group col-md-6">
          <label class="form-label" for="billingAddressAddressCountry"> Country* </label>
          <select class="country-select custom-select" id="billingAddressAddressCountry" name="billingAddress[countryId]" required="required" data-initial-country-id="a2e7b35889f74a9898367c3178a30f7a">
            <option selected="selected" value="a2e7b35889f74a9898367c3178a30f7a" data-vat-id-required=""> Netherlands </option>
          </select>
        </div>
        <div class="form-group col-md-6 d-none">
          <label class="form-label" for="billingAddressAddressCountry"> State* </label>
          <select class="country-state-select custom-select" id="billingAddressAddressCountryState" name="billingAddress[countryStateId]" data-initial-country-state-id="" disabled="disabled">
            <option value="" selected="selected" data-placeholder-option="true"> Select state... </option>
          </select>
        </div>
      </div>
      <div class="form-row">
      </div>
    </div>
    <div>
      <div class="custom-control custom-checkbox register-different-shipping">
        <input type="checkbox" class="custom-control-input js-different-shipping-checkbox" name="differentShippingAddress" value="1" id="differentShippingAddress" data-form-field-toggle="true"
          data-form-field-toggle-target=".js-form-field-toggle-shipping-address" data-form-field-toggle-value="true" data-form-field-toggle-trigger-nested="true">
        <label class="custom-control-label no-validation" for="differentShippingAddress"> Shipping and billing address do not match. </label>
      </div>
      <div class="register-shipping js-form-field-toggle-shipping-address d-none">
        <div class="card-title"> Alternative shipping address </div>
        <input type="hidden" name="accountType" disabled="disabled">
        <div class="form-row">
          <div class="form-group col-md-3 col-sm-6">
            <label class="form-label" for="shippingAddresspersonalSalutation"> Salutation* </label>
            <select id="shippingAddresspersonalSalutation" class="custom-select js-field-toggle-was-required" name="shippingAddress[salutationId]" disabled="disabled">
              <option disabled="disabled" selected="selected" value=""> Enter salutation... </option>
              <option value="84924607a1f9426fb67549ceea702faf"> Not specified </option>
              <option value="6fa778c22c8a431d859dfec56254c339"> Mrs. </option>
              <option value="7af549ae63a443fdbdd4f6dcc1652751"> Mr. </option>
            </select>
          </div>
        </div>
        <div class="form-row">
          <div class="form-group col-sm-6">
            <label class="form-label" for="shippingAddresspersonalFirstName"> First name* </label>
            <input type="text" class="form-control js-field-toggle-was-required" autocomplete="section-personal given-name" id="shippingAddresspersonalFirstName" placeholder="Enter first name..." name="shippingAddress[firstName]" value=""
              data-form-validation-required="" data-form-validation-required-message="First name should not be empty." disabled="disabled">
          </div>
          <div class="form-group col-sm-6">
            <label class="form-label" for="shippingAddresspersonalLastName"> Last name* </label>
            <input type="text" class="form-control js-field-toggle-was-required" autocomplete="section-personal family-name" id="shippingAddresspersonalLastName" placeholder="Enter last name..." name="shippingAddress[lastName]" value=""
              data-form-validation-required="" data-form-validation-required-message="Last name should not be empty." disabled="disabled">
          </div>
        </div>
        <div class="js-field-toggle-contact-type-company-shippingAddress d-none">
          <div class="form-row">
            <div class="form-group col-12">
              <label class="form-label" for="shippingAddresscompany"> Company </label>
              <input type="text" class="form-control" id="shippingAddresscompany" placeholder="Enter company..." name="shippingAddress[company]" value="" data-form-validation-required="" disabled="disabled">
            </div>
          </div>
          <div class="form-row">
            <div class="form-group col-md-6">
              <label class="form-label" for="shippingAddressdepartment"> Department </label>
              <input type="text" class="form-control" id="shippingAddressdepartment" placeholder="Enter department..." name="shippingAddress[department]" value="" disabled="disabled">
            </div>
          </div>
        </div>
        <div class="form-row">
          <div class="form-group col-md-6">
            <label class="form-label" for="shippingAddressAddressStreet"> Street address* </label>
            <input type="text" class="form-control js-field-toggle-was-required" id="shippingAddressAddressStreet" placeholder="Enter street address..." name="shippingAddress[street]" value="" data-form-validation-required=""
              data-form-validation-required-message="Street address should not be empty." disabled="disabled">
          </div>
          <div class="form-group col-md-2 col-4">
            <label class="form-label" for="shippingAddressAddressZipcode"> Postal code* </label>
            <input type="text" class="form-control js-field-toggle-was-required" id="shippingAddressAddressZipcode" placeholder="Enter postal code..." name="shippingAddress[zipcode]" value="" data-form-validation-required=""
              data-form-validation-required-message="Postal code should not be empty." disabled="disabled">
          </div>
          <div class="form-group col-md-4 col-8">
            <label class="form-label" for="shippingAddressAddressCity"> City* </label>
            <input type="text" class="form-control js-field-toggle-was-required" id="shippingAddressAddressCity" placeholder="Enter city..." name="shippingAddress[city]" value="" data-form-validation-required=""
              data-form-validation-required-message="City should not be empty." disabled="disabled">
          </div>
        </div>
        <div class="form-row country-and-state-form-elements" data-country-state-select="true">
          <div class="form-group col-md-6">
            <label class="form-label" for="shippingAddressAddressCountry"> Country* </label>
            <select class="country-select custom-select js-field-toggle-was-required" id="shippingAddressAddressCountry" name="shippingAddress[countryId]" data-initial-country-id="a2e7b35889f74a9898367c3178a30f7a" disabled="disabled">
              <option selected="selected" value="a2e7b35889f74a9898367c3178a30f7a" data-vat-id-required=""> Netherlands </option>
            </select>
          </div>
          <div class="form-group col-md-6 d-none">
            <label class="form-label" for="shippingAddressAddressCountry"> State* </label>
            <select class="country-state-select custom-select" id="shippingAddressAddressCountryState" name="shippingAddress[countryStateId]" data-initial-country-state-id="" disabled="disabled">
              <option value="" selected="selected" data-placeholder-option="true"> Select state... </option>
            </select>
          </div>
        </div>
        <div class="form-row">
        </div>
      </div>
    </div>
  </div>
  <div class="shopware_surname_confirm">
    <input type="text" name="shopware_surname_confirm" class="d-none" value="" tabindex="-1" autocapitalize="off" spellcheck="false" autocorrect="off" autocomplete="off">
  </div>
  <div class="form-text privacy-notice">
    <strong>Privacy</strong><br>
    <div class="data-protection-information">
      <label> By selecting continue you confirm that you have read our
        <a data-toggle="modal" data-bs-toggle="modal" data-url="/widgets/cms/f9fcdd41fb5d44eabae4fa60e48914b2" href="/widgets/cms/f9fcdd41fb5d44eabae4fa60e48914b2" title="Data protection information">data protection information</a> and accepted our
        <a data-toggle="modal" data-bs-toggle="modal" data-url="/widgets/cms/22c2231f49f94dd1b0886834d613dc99" href="/widgets/cms/22c2231f49f94dd1b0886834d613dc99" title="general terms and conditions">general terms and conditions</a>. </label>
    </div>
  </div>
  <p class="register-required-info"> Fields marked with asterisks (*) are required. </p>
  <div class="register-submit">
    <button type="submit" class="btn btn-primary btn-lg"> Continue </button>
  </div>
</form>

Text Content

To be able to use the full range of Shopware 6, we recommend activating
Javascript in your browser.
Close menu
My account
Login
or sign up


Close menu
Categories
You have to be logged in to see the contents of the shop.
I'm a customer already

Log in with email address and password

Your email address
Your password
I have forgotten my password.
Passwordless login via email
Login
Login advantages:
 * Express shopping
 * Save your data and settings
 * Order overview and shipping information
 * Manage your newsletter subscription

I'm a new customer
Salutation* Enter salutation... Not specified Mrs. Mr.
First name*
Last name*
New email address*
Password* Passwords must have a minimum length of 8 characters.


Your address
Street address*
Postal code*
City*
Country* Netherlands
State* Select state...

Shipping and billing address do not match.
Alternative shipping address
Salutation* Enter salutation... Not specified Mrs. Mr.
First name*
Last name*
Company
Department
Street address*
Postal code*
City*
Country* Netherlands
State* Select state...


Privacy

By selecting continue you confirm that you have read our data protection
information and accepted our general terms and conditions.

Fields marked with asterisks (*) are required.

Continue
Service hotline


Support and counselling via: +49 711 88241890 Mon-Fri, 9 am - 5 pm

Or via our contact form.


* All prices incl. VAT plus shipping costs and possible delivery charges, if not
stated otherwise.

Realised with Shopware

This website uses cookies to ensure the best experience possible. More
information...
Deny Configure


Feedback geben