stagingaccount.planetradio.co.uk Open in urlscan Pro
2606:4700::6810:8336  Public Scan

Submitted URL: https://stagingaccount.planetradio.co.uk/
Effective URL: https://stagingaccount.planetradio.co.uk/account/register/
Submission: On November 17 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST #

<form id="loginform" action="#" method="post">
  <p id="registerError" class="message-alert-error accountMessage" style="display: none;">There was a problem with some of the information submitted. Please check and correct any errors.<span id="registerErrorDetails"></span></p>
  <p id="validateError" class="message-alert-error accountMessage" style="display: none;">The validation link we sent you didn't work. Sign-in and we'll send you another.</p>
  <p id="deactivatedError" class="message-alert-error accountMessage" style="display: none;">It looks like you're trying to register/sign into an account that has been deactivated. We've sent you an email with a link to reactivate your account.</p>
  <p id="csrfError" class="message-alert-error accountMessage" style="display: none;">There was a problem submitting the form. Please try again.</p>
  <ul class="clearfix accountPhase stage1" style="display: block;">
    <li class="form-inputtext clearfix">
      <label for="emailfield">Enter your email address</label>
      <input type="email" id="emailfield" placeholder="user@domain.com, for example">
    </li>
    <li class="form-inputtext clearfix">
      <label for="passwordfield">Create a password</label>
      <input type="password" id="passwordfield" placeholder="Complex but memorable">
      <span class="password-length-message">Password must be a minimum of 6 characters</span>
    </li>
    <li class="form-checkbox clearfix">
      <input type="checkbox" id="showpassword" onclick="viewPassword('#passwordfield')">
      <label for="showpassword">Show password as plain text</label>
    </li>
    <li class="form-submit">
      <input type="button" value="Register" id="registerbutton" disabled="" class="buttondisabled">
    </li>
    <p class="switch-signin">Already have an account? <a href="javascript:moveToSignin(false, true);">Sign-in</a>.</p>
  </ul>
  <ul class="clearfix accountPhase stage2" style="display: none;">
    <div class="clearfix">
      <li class="form-inputtext form-firstname clearfix">
        <label for="firstnamefield">First name</label>
        <input type="text" id="firstnamefield" placeholder="First name">
      </li>
      <li class="form-inputtext form-surname clearfix">
        <label for="surnamefield">Surname</label>
        <input type="text" id="surnamefield" placeholder="Surname">
      </li>
    </div>
    <li class="form-inputtext clearfix">
      <label for="agefield">How old are you?</label>
      <input type="number" id="agefield" placeholder="Your age in numbers">
      <span class="password-length-message">You must be 16 or over to register</span>
    </li>
    <li class="form-radio clearfix">
      <p class="form-faux-label">I identify my gender as...</p>
      <input type="radio" id="female" name="genderfield" value="f">
      <label for="female">Woman</label>
      <input type="radio" id="male" name="genderfield" value="m">
      <label for="male">Man</label>
      <input type="radio" id="non-binary" name="genderfield" value="n">
      <label for="non-binary">Non-Binary</label>
      <input type="radio" id="other" name="genderfield" value="o">
      <label for="other">Custom</label>
    </li>
    <li class="clearfix genderother" style="display:none">
      <label for="genderother" class="genderother">Please specify</label>
      <input type="text" name="genderother" class="genderother" id="genderother">
      <span class="form-validation-message too-long-message">Gender must be under 100 characters</span>
    </li>
    <li class="clearfix gender__tooltip">
      <p id="genderWhyButton" class="gender__heading">Why are we asking?</p>
      <p id="genderWhyTooltip" class="gender__text" style="display:none">Gender is used to inform our radio programming and content creation, and to provide you with better recommendations and advertising.</p>
    </li>
    <li class="form-checkbox clearfix">
      <input type="checkbox" id="tcfield">
      <label for="tcfield">I have read and agree to the <a href="http://www.bauerlegal.co.uk/radio-website-terms.html" target="_blank">terms and conditions</a> and <a href="http://www.bauerdatapromise.co.uk/" target="_blank">privacy policy</a>. We
        may use the information you have provided to make the content and advertising you see and hear, more relevant to you.</label>
    </li>
    <li class="form-submit">
      <input type="button" value="Back" id="backbutton" onclick="moveToStage1(true);" style="display:none;">
      <input type="button" value="Finish" id="finishbutton" disabled="" class="buttondisabled">
    </li>
  </ul>
  <ul class="clearfix accountPhase signin" style="display: none;">
    <p id="signinFromRegister" class="message-alert-error accountMessage" style="display: none;">Looks like that email address is already registered. You should <a href="javascript:moveToReset(false, true);">reset your password</a> if it has been
      forgotten.</p>
    <p id="signinResetComplete" class="message-alert-success accountMessage" style="display: none;">Password successfully reset, please sign-in.</p>
    <p id="signinError1" class="message-alert-error accountMessage" style="display: none;">The password you entered is incorrect. Please try again or <a href="javascript:moveToReset(false, true);">reset your password</a>.</p>
    <p id="signinError2" class="message-alert-error accountMessage" style="display: none;">The account activation link we sent you has expired so we've sent you another. Check your email inbox for instructions on signing-in.</p>
    <p id="signinError3" class="message-alert-error accountMessage" style="display: none;">The email address you entered has not been recognised.</p>
    <p id="signinReset" class="message-alert-success accountMessage" style="display: none;">We've sent you an email to let you reset your password. If you've now remembered your password, you should delete the email and sign-in below instead.</p>
    <p id="signinReactivationSuccess" class="message-alert-success accountMessage" style="display: none;">You have reactivated your account. Please login below.</p>
    <p id="signinReactivationFail" class="message-alert-error accountMessage" style="display: none;">We couldn't reactivate your account. Please ensure you click on the link in your email.</p>
    <li class="form-inputtext clearfix">
      <label for="email2field">Email address</label>
      <input type="email" id="email2field" placeholder="user@domain.com, for example">
    </li>
    <li class="form-inputtext clearfix">
      <label for="password2field">Enter your password</label>
      <input type="password" id="password2field" placeholder="Your Bauer account password">
    </li>
    <li class="form-checkbox clearfix">
      <input type="checkbox" id="showpassword" onclick="viewPassword('#password2field')">
      <label for="showpassword">Show password as plain text</label>
    </li>
    <li class="form-submit">
      <input type="button" value="Sign-in" id="signinbutton" disabled="" class="buttondisabled">
    </li>
  </ul>
  <ul class="clearfix accountPhase reset" style="display: none;">
    <p id="resetError" class="message-alert-error accountMessage" style="display: none;">The password reset link we sent you didn't work. Request another below.</p>
    <p id="resetExpire" class="message-alert-error accountMessage" style="display: none;">The password reset link we sent you has expired. Request another below.</p>
    <p id="resetIncorrect" class="message-alert-error accountMessage" style="display: none;">This email address is not recognised, please use the email address associated with your Planet Radio account.</p>
    <li class="form-inputtext clearfix">
      <label for="email3field">Email address</label>
      <input type="email" id="email3field" placeholder="user@domain.com, for example">
    </li>
    <li class="form-submit">
      <input type="button" value="Reset password" id="resetbutton" disabled="" class="buttondisabled">
    </li>
  </ul>
  <ul class="clearfix accountPhase loggedIn" style="display: none;">
    <p id="loggedInError1" class="message-alert-error accountMessage" style="display: none;">The password you entered is incorrect. Please try again or <a href="javascript:loggedInResetAccount();">reset your password</a>.</p>
    <p id="loggedInError2" class="message-alert-error accountMessage" style="display: none;">The account activation link we sent you has expired so we've sent you another. Check your email inbox for instructions on signing-in.</p>
    <p id="loggedInReset" class="message-alert-success accountMessage" style="display: none;">We've sent you an email to let you reset your password. If you've now remembered your password, you should delete the email and sign-in below instead.</p>
    <li class="form-inputtext clearfix">
      <label for="password4field">Enter your password</label>
      <input type="password" id="password4field" placeholder="Your Bauer account password">
    </li>
    <li class="form-checkbox clearfix">
      <input type="checkbox" id="showpassword" onclick="viewPassword('#password4field')">
      <label for="showpassword">Show password as plain text</label>
    </li>
    <li class="form-submit">
      <input type="button" value="Sign-in" id="loggedinbutton" disabled="" class="buttondisabled">
    </li>
  </ul>
  <ul class="clearfix accountPhase finalphase" style="display: none;">
    <a class="account-finish-link" href="javascript:redirectLogin();">Continue</a>
    <iframe id="sso-brand-iframe" src=""></iframe>
  </ul>
  <input type="hidden" name="csrf_name" id="csrf_name" value="csrf6194527d27d46">
  <input type="hidden" name="csrf_value" id="csrf_value" value="2ff1a9b2a5d2d904d960420b1048d494">
</form>

Text Content

REGISTER WITH PLANET RADIO.

Create your free account today for the best listening experience - It only takes
a minute, and you'll get access to loads of great features from Planet Radio.


ALMOST DONE.

We just need a few more details from you and then you can start listening...


SIGN-IN TO YOUR ACCOUNT.

Sign-in below or reset your password if you've forgotten it.

If you don't have an account, register for one.


RESET YOUR PASSWORD?

Hint: You may have used your email address to register with another radio
station on Planet Radio. You can use the same account login everywhere on Planet
Radio.

If you still can't remember your password, we can reset it for you so that you
can pick a new one.

Back to the login page.


RESET YOUR PASSWORD.

Pick a new password.


YOU'RE GOOD TO GO!

Your account has been successfully created. Check your email inbox for
instructions on validating your account.


IT LOOKS LIKE YOU'RE LOGGED INTO ONE OF OUR OTHER SITES AS

Enter your password and we'll log you in. Not you?

There was a problem with some of the information submitted. Please check and
correct any errors.

The validation link we sent you didn't work. Sign-in and we'll send you another.

It looks like you're trying to register/sign into an account that has been
deactivated. We've sent you an email with a link to reactivate your account.

There was a problem submitting the form. Please try again.

 * Enter your email address
 * Create a password Password must be a minimum of 6 characters
 * Show password as plain text
 * 

   Already have an account? Sign-in.

   First name Surname
 * How old are you? You must be 16 or over to register

 * I identify my gender as...
   
   Woman Man Non-Binary Custom
 * Please specify Gender must be under 100 characters

 * Why are we asking?
   
   Gender is used to inform our radio programming and content creation, and to
   provide you with better recommendations and advertising.

 * I have read and agree to the terms and conditions and privacy policy. We may
   use the information you have provided to make the content and advertising you
   see and hear, more relevant to you.
 * 

   Looks like that email address is already registered. You should reset your
   password if it has been forgotten.

   Password successfully reset, please sign-in.

   The password you entered is incorrect. Please try again or reset your
   password.

   The account activation link we sent you has expired so we've sent you
   another. Check your email inbox for instructions on signing-in.

   The email address you entered has not been recognised.

   We've sent you an email to let you reset your password. If you've now
   remembered your password, you should delete the email and sign-in below
   instead.

   You have reactivated your account. Please login below.

   We couldn't reactivate your account. Please ensure you click on the link in
   your email.

 * Email address
 * Enter your password
 * Show password as plain text
 * 

   The password reset link we sent you didn't work. Request another below.

   The password reset link we sent you has expired. Request another below.

   This email address is not recognised, please use the email address associated
   with your Planet Radio account.

 * Email address
 * 

   The password you entered is incorrect. Please try again or reset your
   password.

   The account activation link we sent you has expired so we've sent you
   another. Check your email inbox for instructions on signing-in.

   We've sent you an email to let you reset your password. If you've now
   remembered your password, you should delete the email and sign-in below
   instead.

 * Enter your password
 * Show password as plain text
 * 

Continue


© 2021 Bauer Media Limited