oneren.legendonlineservices.co.uk Open in urlscan Pro
148.253.140.150  Public Scan

Submitted URL: https://bookings.renfrewshireleisure.com/
Effective URL: https://oneren.legendonlineservices.co.uk/enterprise/account/login
Submission: On July 20 via automatic, source certstream-suspicious — Scanned from GB

Form analysis 2 forms found in the DOM

<form autocomplete="off" data-bind="submit: performLogin, validationOptions: { insertMessages: false }">
  <div class="row hidden-xs">
    <div class="col-lg-12" data-bind="lochtml: 'webcopyLoginIntro', section: 'Macro'" data-test-id="login-intro-text"></div>
  </div>
  <div data-bind="with: credentials">
    <div class="row no-padding-bottom">
      <div class="col-lg-5 col-sm-12">
        <label for="account-login-email" class="margin-top-5" data-bind="loctext: 'EmailAddress', section: 'GenericResources'" data-test-id="login-email-label">Email Address</label>
        <span class="Font-600 text-lowercase small-text pl-2" aria-hidden="true" data-test-class="shared-required-label" data-bind="loctext: 'RequiredBraced', section: 'GenericResources'">(Required)</span>
      </div>
      <div class="col-lg-7 col-sm-12">
        <input type="email" id="account-login-email" required="" class="form-control" aria-required="true" data-bind="value: Email" data-test-id="login-email">
      </div>
    </div>
    <alert-warning-icon params="DisplayCondition: $component.usernameIsSsoDomain, SingleAlertMessage: $component.ssoWarningText">
      <div class="alert alert-warning lgd-position-relative" data-bind="contentVisible: displayCondition, TestClass: 'shared-alert-warning'" aria-live="polite" aria-hidden="true" data-test-class="shared-alert-warning" style="display: none;">
        <span class="icon" aria-hidden="true" data-bind="customIcon: 'fa-exclamation-triangle'"><i class="fas fa-exclamation-triangle  fa-fw"></i></span>
        <div class="text" data-bind="foreach: orderedAlertText">
          <div class="no-margin-bottom" aria-atomic="true" role="alert" aria-live="polite" data-bind="html: TextValue, TestClass: 'shared-alert-warning-text'" data-test-class="shared-alert-warning-text"></div>
        </div>
      </div>
    </alert-warning-icon>
    <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="validationMessage: Email" data-test-id="login-email-alert" style="display: none;"></div>
    <div class="row">
      <div class="col-lg-5 col-md-12">
        <label for="account-login-password" class="margin-top-5" data-bind="loctext: 'Password', section: 'GenericResources'" data-test-id="login-password-label">Password</label>
        <span class="Font-600 text-lowercase small-text pl-2" aria-hidden="true" data-test-class="shared-required-label" data-bind="loctext: 'RequiredBraced', section: 'GenericResources'">(Required)</span>
      </div>
      <div class="col-lg-7 col-md-12">
        <div class="input-group mb-3 no-margin-bottom">
          <input type="password" id="account-login-password" required="" class="form-control" aria-required="true" data-bind="value: Password, enable: $component.allowLogin, changePasswordType: $component.isPasswordVisible"
            data-test-id="login-password">
          <div class="input-group-append">
            <a href="#" class="btn btn-outline-secondary" role="button" data-bind="click: $component.togglePasswordVisibility.bind($component)" data-test-id="shared-password-visibilitytoggle">
                                    <div class="sr-only" aria-live="polite" data-bind="text: $component.passwordVisibilityMessage">display password</div>
                                    <span aria-hidden="true" data-bind="changeableIcon: $component.passwordVisibilityIcon"><i class="fas fa-eye-slash  fa-fw"></i></span>
                                </a>
          </div>
        </div>
      </div>
    </div>
    <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="validationMessage: Password" data-test-id="login-password-alert" style="display: none;"></div>
  </div>
  <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="text: loginErrorMessage, visible: loginErrorMessage" data-test-id="login-error-alert" style="display: none;"></div>
  <div data-bind="lochtml: 'webcopyLoginRegisterLinks', section: 'Macro'"></div>
  <!-- ko if: displayAzureAdUrl() --><!-- /ko -->
  <input type="submit" hidden="" aria-hidden="true" value="Login">
</form>

<form class="modal-content" autocomplete="off" data-bind="submit: register, validationOptions: { insertMessages: false }" data-test-id="registration-modal-content">
  <div class="modal-header">
    <h4 class="modal-title" data-test-id="registration-modal-header" data-bind="loctext: !registrationResult() ? 'Registration' : 'RegistrationSuccess', section: 'AccountManagement'">Registration</h4>
  </div>
  <div class="modal-body">
    <!-- ko if: loading --><!-- /ko -->
    <!-- ko if: !loading() && !registrationResult() -->
    <div class="alert alert-info align-center" data-test-id="registration-modal-info" data-bind="lochtml: 'webcopyRegIntro', section: 'Macro', defaultValue: { loctext: 'RegistrationIntro', section: 'AccountManagement' }">
      <p>To register you will need to know your membership number.</p>
      <p>If you do not know your membership number please phone any of our centres directly or email OneRen_membership@renfrewshire.gov.uk.</p>
      <p>Please be aware that the mailbox is not manned 24/7 and phone lines may be busy but we will aim to respond to you as quickly as possible.</p>
    </div>
    <!-- ko with: registrationDetails -->
    <div class="row">
      <div class="col-md-12">
        <label for="register-email-address" data-bind="loctext: 'EmailAddress', section: 'GenericResources'">Email Address</label>
        <span class="Font-600 text-lowercase small-text pl-2" aria-hidden="true" data-test-class="shared-required-label" data-bind="loctext: 'RequiredBraced', section: 'GenericResources'">(Required)</span>
        <input id="register-email-address" class="form-control" type="text" aria-required="true" data-bind="value: Email" data-test-id="registration-modal-email">
        <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="validationMessage: Email" data-test-id="registration-modal-email-validation-message" style="display: none;"></div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-6">
        <label for="register-password" data-bind="loctext: 'Password', section: 'AccountManagement'">Password</label>
        <span class="Font-600 text-lowercase small-text pl-2" aria-hidden="true" data-test-class="shared-required-label" data-bind="loctext: 'RequiredBraced', section: 'GenericResources'">(Required)</span>
        <input id="register-password" class="form-control" type="password" aria-required="true" data-bind="value: Password" data-test-id="registration-modal-password">
        <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="validationMessage: Password" data-test-id="registration-modal-password-validation-message" style="display: none;"></div>
      </div>
      <div class="col-md-6">
        <label for="register-confirm-password" data-bind="loctext: 'ConfirmPassword', section: 'AccountManagement'">Confirm Password</label>
        <span class="Font-600 text-lowercase small-text pl-2" aria-hidden="true" data-test-class="shared-required-label" data-bind="loctext: 'RequiredBraced', section: 'GenericResources'">(Required)</span>
        <input id="register-confirm-password" class="form-control" type="password" aria-required="true" data-bind="value: ConfirmPassword" data-test-id="registration-modal-password-confirm">
        <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="validationMessage: ConfirmPassword" data-test-id="registration-modal-password-confirm-validation-message" style="display: none;"></div>
      </div>
    </div>
    <!-- /ko -->
    <button type="button" class="btn select-button-options btn-block" data-bind="css: { 'select-button-options-selected': termsConditionsAccepted }, click: openTermsAndConditions" data-test-id="registration-modal-termsandconditions-button">
      <div data-bind="loctext: 'TermsAndConditions', loctitle: 'TermsAndConditions', section: 'AccountManagement'" data-test-id="registration-modal-termsandconditions-button-text" title="Terms and conditions">Terms and conditions</div>
      <div data-bind="visible: termsConditionsAccepted(), loctext: 'TermsAndConditions_Accepted', section: 'AccountManagement'" data-test-id="registration-modal-termsandconditions-accepted" style="display: none;">Accepted</div>
      <div data-bind="visible: !termsConditionsAccepted(), loctext: 'TermsAndConditions_NotAccepted', section: 'AccountManagement'" data-test-id="registration-modal-termsandconditions-notaccepted">Not Accepted</div>
    </button>
    <!-- /ko -->
    <div class="alert alert-success align-center" data-test-id="registration-modal-registration-success-message" data-bind="lochtml: 'webcopyRegMessage', section: 'Macro', visible: registrationResult,
                     defaultValue: { loctext: 'RegistrationCompleteMessage', section: 'AccountManagement' }" style="display: none;">
      <p>Thank you for registering with us. You will shortly receive a confirmation email.</p>
      <p>Follow the instructions detailed in the email and your registration will then be verified. If you do not receive this email, check your Junk Mail folder and add the email address to your Safe List.</p>
      <p>You will have 24 hours to verify your registration after which the link will expire. You will then need to register again.</p>
    </div>
    <div class="alert alert-danger align-center" role="alert" aria-atomic="true" data-bind="text: registrationError, visible: registrationError" style="display: none;" data-test-id="registration-modal-registration-error-message"></div>
  </div>
  <!-- ko ifnot: loading-->
  <div class="modal-footer">
    <div class="float-left">
      <button class="btn btn-inverse" data-bind="loctext: 'Close', click: toggleModal" data-test-id="registration-modal-close">Close</button>
    </div>
    <!-- ko ifnot: registrationResult -->
    <button class="btn btn-primary" type="submit" data-bind="disable: !formValid(), loctext: 'Register', section: 'AccountManagement'" data-test-id="registration-modal-register" disabled="">Register</button>
    <!-- /ko -->
  </div>
  <!-- /ko -->
</form>

Text Content

 1. Skip To Navigation
 2. Skip To Main Content

Company Logo
Navigate to Basket Summary
0
English


   
   
   
   
 * Home
   
   
   
   
 * Make a Booking
   
   


ACCOUNT LOGIN

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


LOGIN

Email Address (Required)



Password (Required)
display password



Reset Password Login

Loading...

REGISTER

If you have a membership but are new to the site, click the button below. You
will be sent an email validating your account. You can then link to your
membership by entering some details.

Register

TERMS & CONDITIONS FOR USER REGISTRATION

Thank you for your interest in our website. You may be asked to give us personal
details at certain points on this site. The provision of such information is
entirely at your own discretion. We declare that all personal information will
be treated in accordance with the Data Protection Act 1998.

The privacy policy will be referred to wherever personal details are requested.

We use cookies and other technologies to keep track of your interactions with
our sites and services in order to offer a personalised experience.

Decline
Accept

REGISTRATION

To register you will need to know your membership number.

If you do not know your membership number please phone any of our centres
directly or email OneRen_membership@renfrewshire.gov.uk.

Please be aware that the mailbox is not manned 24/7 and phone lines may be busy
but we will aim to respond to you as quickly as possible.

Email Address (Required)

Password (Required)

Confirm Password (Required)

Terms and conditions
Accepted
Not Accepted

Thank you for registering with us. You will shortly receive a confirmation
email.

Follow the instructions detailed in the email and your registration will then be
verified. If you do not receive this email, check your Junk Mail folder and add
the email address to your Safe List.

You will have 24 hours to verify your registration after which the link will
expire. You will then need to register again.


Close
Register

SIGN UP

If you don't have a membership click here to register to attend on a pay as you
go basis.

Sign Up

Alternatively, you can sign up for a monthly, 6 months, or annual membership
below.

Buy Membership

CREATE NEW ACCOUNT


Click here to get to your personal profile page
Please complete the form below with your details. You'll be able to add family
members later in the process.

Loading data, please wait...


PERSONAL DETAILS


STEP 1 OF 3

Club (Required)
Erskine Sports CentreErskine Swimming PoolFerguslie Sports CentreJohnstone
Community Sports HubLagoon Leisure CentreOn-X LinwoodRalston Community Sports
CentreRenfrew Leisure CentreRenfrew Victory BathsSelect a Home Club
Loading Clubs

Title (Required) Select title

First Name (Required)

Surname (Required)

Date of Birth (DD MMM YYYY) (Required) Click to open date picker

Clear Date & Time
Gender (Required) Select gender

Preferred Language (Required) Select language

Ethnic origin Select ethnicityAsian - Any Other Asian BackgroundAsian -
BangladeshiAsian - ChineseAsian - IndianAsian - PakistaniBlack - AfricanBlack -
Any Other Black/African/Caribbe BackgroundBlack - CaribbeanMixed - Any Other
Mixed/Multiple BackgroundMixed - White And AsianMixed - White And Black
AfricanMixed - White And Black CaribbeanOther - Any Other Ethnic GroupOther -
ArabWhite - English/Welsh/Scottish/N.Irish/BritishWhite - Any Other White
BkWhite - Gypsy/Irish TravellerWhite - Irish

Supply your email address if the participant is under age
Email (Required)

Password (Required)

Confirm Password (Required)

Postcode (required)
Searching for Postcode Information Click to searching for Postcode Information


House & Street (required)

Address line 2

City (required)

County (required)

Country (Required)
AFGHANISTANALAND ISLANDSALBANIAALGERIAAMERICAN
SAMOAANDORRAANGOLAANGUILLAANTARCTICAANTIGUA AND
BARBUDAARGENTINAARMENIAARUBAAUSTRALIAAUSTRIAAZERBAIJANBAHAMASBAHRAINBANGLADESHBARBADOSBELARUSBELGIUMBELIZEBENINBERMUDABHUTANBOLIVIA,
PLURINATIONAL STATE OFBOSNIA AND HERZEGOVINABOTSWANABOUVET ISLANDBRAZILBRITISH
INDIAN OCEAN TERRITORYBRUNEI DARUSSALAMBULGARIABURKINA
FASOBURUNDICAMBODIACAMEROONCANADACAPE VERDECAYMAN ISLANDSCENTRAL AFRICAN
REPUBLICCHADCHILECHINACHRISTMAS ISLANDCOCOS (KEELING
ISLANDSCOLOMBIACOMOROSCONGOCONGO, THE DEMOCRATIC REPUBLIC OF THECOOK
ISLANDSCOSTA RICACOTE D'IVOIRECROATIACUBACYPRUSCZECH
REPUBLICDENMARKDJIBOUTIDOMINICADOMINICAN REPUBLICECUADOREGYPTEL
SALVADOREQUATORIAL GUINEAERITREAESTONIAETHIOPIAFALKLAND ISLANDS (MALVINASFAROE
ISLANDSFIJIFINLANDFRANCEFRENCH GUIANAFRENCH POLYNESIAFRENCH SOUTHERN
TERRITORIESGABONGAMBIAGEORGIAGERMANYGHANAGIBRALTARGREECEGREENLANDGRENADAGUADELOUPEGUAMGUATEMALAGUERNSEYGUINEAGUINEA-BISSAUGUYANAHAITIHEARD
ISLAND AND MCDONALD ISLANDSHOLY SEE (VATICAN CITY STATEHONDURASHONG
KONGHUNGARYICELANDINDIAINDONESIAIRAN, ISLAMIC REPUBLIC OFIRAQIRELANDISLE OF
MANISRAELITALYJAMAICAJAPANJERSEYJORDANKAZAKHSTANKENYAKIRIBATIKOREA, DEMOCRATIC
PEOPLE'S REPUBLIC OFKOREA, REPUBLIC OFKUWAITKYRGYZSTANLAO PEOPLE'S DEMOCRATIC
REPUBLICLATVIALEBANONLESOTHOLIBERIALIBYAN ARAB
JAMAHIRIYALIECHTENSTEINLITHUANIALUXEMBOURGMACAOMACEDONIA, THE FORMER YUGOSLAV
REPUBLIC OFMADAGASCARMALAWIMALAYSIAMALDIVESMALIMALTAMARSHALL
ISLANDSMARTINIQUEMAURITANIAMAURITIUSMAYOTTEMEXICOMICRONESIA, FEDERATED STATES
OFMOLDOVA, REPUBLIC
OFMONACOMONGOLIAMONTENEGROMONTSERRATMOROCCOMOZAMBIQUEMYANMARNAMIBIANAURUNEPALNETHERLANDSNETHERLANDS
ANTILLESNEW CALEDONIANEW ZEALANDNICARAGUANIGERNIGERIANIUENORFOLK ISLANDNORTHERN
MARIANA ISLANDSNORWAYOMANPAKISTANPALAUPALESTINIAN TERRITORY, OCCUPIEDPANAMAPAPUA
NEW GUINEAPARAGUAYPERUPHILIPPINESPITCAIRNPOLANDPORTUGALPUERTO
RICOQATARREUNIONROMANIARUSSIAN FEDERATIONRWANDASAINT BARTHELEMYSAINT HELENASAINT
KITTS AND NEVISSAINT LUCIASAINT MARTINSAINT PIERRE AND MIQUELONSAINT VINCENT AND
THE GRENADINESSAMOASAN MARINOSAO TOME AND PRINCIPESAUDI
ARABIASENEGALSERBIASEYCHELLESSIERRA LEONESINGAPORESLOVAKIASLOVENIASOLOMON
ISLANDSSOMALIASOUTH AFRICASOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDSSPAINSRI
LANKASUDANSURINAMESVALBARD AND JAN MAYENSWAZILANDSWEDENSWITZERLANDSYRIAN ARAB
REPUBLICTAIWAN, PROVINCE OF CHINATAJIKISTANTANZANIA, UNITED REPUBLIC
OFTHAILANDTIMOR-LESTETOGOTOKELAUTONGATRINIDAD AND
TOBAGOTUNISIATURKEYTURKMENISTANTURKS AND CAICOS ISLANDSTUVALUUGANDAUKRAINEUNITED
ARAB EMIRATESUNITED KINGDOMUNITED STATESUNITED STATES MINOR OUTLYING
ISLANDSURUGUAYUZBEKISTANVANUATUVENEZUELAVIET NAMVIRGIN ISLANDS, BRITISHVIRGIN
ISLANDS, U.S.WALLIS AND FUTUNAWESTERN SAHARAYEMENZAMBIAZIMBABWESelect country
Loading countries

Main Phone Number
Mobile Number



EMERGENCY CONTACT DETAILS

Contact Name (required)

Contact Number (required)

Contact Number Extension

Please tick any medical conditions which are applicable to you


Close
Previous Next

PLEASE CONFIRM THAT YOU WISH TO CONTINUE

You have provided a Single Name. Is this correct? Please ensure you are able to
provide the appropriate documentation as evidence of your eligibility for a
single name.

No Yes

Navigate to Instagram Navigate to Twitter Navigate to Youtube Navigate to
Facebook Navigate to LinkedIn
Powered By Legend Online Services


NOTICES


Dismiss

◀F, Y▶

MonTueWedThuFriSatSun                                          







falseClear