library.numis.com Open in urlscan Pro
108.128.72.146  Public Scan

URL: https://library.numis.com/login_page
Submission: On March 11 via api from LU — Scanned from DE

Form analysis 4 forms found in the DOM

POST /login

<form action="/login" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="CsUVHgsM6NrZa6mFj2CLhEevCD0FUxpLDVC746JBkNS0oLyAfIGS/NZQJvMNgyoO0W697dC5dtmM7Lj+UqraqA==">
  <input name="authenticity_token" type="hidden" value="/yqJgoBgttlwXnp8/rlpmPDXGKHzm/CLy4sVZ0lnNNWbo9UJ4Qf+bsAWZ8bwiG6fiP8+UECkDd1/nTL/vy+dtw==">
  <input name="r" type="hidden" value="">
  <div class="title-wrapper">
    <span class="title-text"> Login </span>
    <span class="title-triangle"></span>
  </div>
  <div class="login-content">
    <div class="wrapper  alerts-component" id="wrapper_3" data-component-id="3" source-component="alerts">
      <div id="flash-container">
        <div id="flash" class="text-center">
        </div>
      </div>
    </div>
    <div class="form-group form-block">
      <label for="username" class="col-xs-12 control-label">Username</label>
      <div class="col-sm-12">
        <input type="text" id="username" name="username" placeholder="Username" class="form-control username input-lg">
      </div>
    </div>
    <div class="form-group form-block">
      <label for="password" class="col-xs-12 control-label">Password</label>
      <div class="col-sm-12">
        <input type="password" id="password" name="password" placeholder="Password" class="form-control password input-lg" autocomplete="off">
      </div>
    </div>
    <div class="col-xs-12 login-options-holder">
      <div class="login-options remember-me-options">
        <span class="pull-left">
          <input type="checkbox" id="remember-me" name="remember_me">
          <label for="remember-me" class="remember-me-label"> Remember me </label>
        </span>
        <span class="pull-right">
          <a class="reset-link" onclick="_functions.loadTab('reset_password')">
                              Reset your password
                          </a>
        </span>
      </div>
      <div class="login-options cookie-checkbox">
        <span class="pull-left">
          <input type="checkbox" id="cookie" name="cookie">
          <label for="cookie" class="cookie-label"> Agree to <a target="”_blank”" href="https://www.numis.com/legal-and-regulatory/cookie-policy">Cookie Policy</a>
          </label>
        </span>
      </div>
    </div>
    <div class="col-xs-12">
      <div class="one-time-login"> Password unavailable? Generate a secure <a onclick="_functions.loadTab('passwordless_login')">One-Time Login</a>. </div>
    </div>
    <div class="login-buttons">
      <div class="col-xs-12">
        <button type="submit" name="login" class="btn btn-block btn-login btn-primary btn-lg"> Login </button>
      </div>
    </div>
  </div>
</form>

POST /register

<form action="/register" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="EUTFkfUU4nIQwxtSw2B2cmCLYyCiIY6X0g1Yytllf6bymvVeD1+oe6KjXoy/DY0T8cp6KUi0M50JpjjUu+zYpQ==">
  <div class="title-wrapper">
    <span class="title-text"> Register for Singletrack Portal <div class="title-triangle"></div>
    </span>
  </div>
  <div class="register-content">
    <div class="spaced-top alert alert-danger alert-dismissible" style="display:none">
      <button type="button" class="close" data-dismiss="alert">
        <span aria-hidden="true">×</span><span class="sr-only">Close</span>
      </button>
      <span class="error-text"></span>
    </div>
    <div class="form-group form-block name form-spacer">
      <div class="col-sm-6 first-name">
        <label for="first-name" class="col-xs-12 control-label">First name</label>
        <input id="first-name" type="text" name="first-name" placeholder="Name" required="" class="form-control first-name input-lg">
      </div>
      <div class="col-sm-6 last-name">
        <label for="last-name" class="col-xs-12 control-label">Last name</label>
        <input id="last-name" type="text" name="last-name" placeholder="Surname" required="" class="form-control first-name input-lg">
      </div>
    </div>
    <div class="form-group form-block form-spacer">
      <div class="col-xs-12">
        <label for="email" class="col-xs-12 control-label">Work email address</label>
        <input type="email" maxlength="80" name="email" placeholder="email@address.com" class="form-control email input-lg" autocomplete="off" required="">
      </div>
    </div>
    <div class="form-group form-block form-spacer">
      <div class="col-sm-12">
        <label for="company-name" class="col-xs-12 control-label">Company name</label>
        <input id="company-name" type="text" name="company-name" placeholder="Company" class="form-control company input-lg" required="">
      </div>
    </div>
    <div class="col-xs-12">
      <div class="register-options text-left form-spacer">
        <span class="pull-left">
          <input type="checkbox" name="accepted-terms" aria-label="Terms of use, disclaimer, security and privacy statement acceptance">
          <label id="accepted-terms" for="accepts-terms" class="accepts-terms-label" aria-label="Terms of use, disclaimer, security and privacy statement acceptance"> I accept <a href="#" onclick="getComponent('dialogue', 'terms').show()">
                                      Terms of Use, Disclaimer, Security and Privacy Statement.
                                    </a>
          </label>
        </span>
      </div>
    </div>
    <input class="captcha-screen" type="text" aria-label="Captcha check">
    <div class="col-xs-12 captcha-holder">
    </div>
    <div class="register-buttons">
      <div class="col-xs-12 col-sm-12 pull-right">
        <button type="button" name="register" onclick="getComponent(this).submit()" class="btn btn-block btn-register btn-primary btn-lg submit-registration" aria-disabled="true" disabled=""> Submit </button>
      </div>
      <div class="col-xs-12 col-sm-12">
        <button name="cancel" type="button" onclick="_functions.loadTab('login')" class="btn btn-block btn-register btn-default btn-lg"> Cancel </button>
      </div>
    </div>
  </div>
</form>

POST /request_login_email

<form method="POST" role="form" action="/request_login_email">
  <input name="authenticity_token" type="hidden" value="LnhtvlN7yWwV9cXcL4f7oqMGTNQ9RqklTDkULdcUXpJK8TE1MhyB26W92GYhtvyl2y5qJY55VHP4LzO1IVz38A==">
  <input name="r" type="hidden" value="">
  <div class="title-wrapper">
    <span class="title-text">One-Time Login</span>
    <span class="title-triangle"></span>
  </div>
  <div class="reset-password-content">
    <div class="reset-password-text">Please enter your email below and we will send you a one-time login link.</div>
    <div class="form-group form-block">
      <label for="email" class="col-xs-12 control-label">Email</label>
      <div class="control-input">
        <input id="passwordless-login-email" type="email" class="form-control input-lg" name="email" required="">
      </div>
    </div>
    <div class="col-xs-12 login-options-holder">
      <div class="login-options">
        <span class="pull-left cookie-span">
          <input type="checkbox" id="cookie-passwordless" name="cookie">
          <label for="cookie" class="cookie-label"> Agree to <a target="”_blank”" href="https://www.numis.com/legal-and-regulatory/cookie-policy">Cookie Policy</a>
          </label>
        </span>
      </div>
    </div>
    <div class="row login-buttons">
      <div class="col-xs-12">
        <button type="submit" class="btn btn-block btn-login btn-primary btn-lg">Submit</button>
      </div>
      <div class="col-xs-12">
        <button type="button" name="cancel" onclick="_functions.loadTab('login')" class="btn btn-block btn-default btn-lg"> Cancel </button>
      </div>
    </div>
  </div>
</form>

POST /resend_email

<form method="POST" onsubmit="return getComponent(this).validateEmail()" role="form" action="/resend_email">
  <input name="authenticity_token" type="hidden" value="J5C+mW6MU9TFog5df/e0nVPISbi1oMp/LEOYBWftJIhDGeISD+sbY3XqE+dxxrOaK+BvSQafNymYVb+dkaWN6g==">
  <input name="r" type="hidden" value="">
  <div class="title-wrapper">
    <span class="title-text"> Reset Password </span>
    <span class="title-triangle"></span>
  </div>
  <div class="reset-password-content">
    <span id="send_reset_error" class="error-message"></span>
    <div class="reset-password-text"> Please enter your email below and we will send you a link with instructions. </div>
    <div class="form-group form-block">
      <label for="email" class="col-xs-12 control-label">Email</label>
      <div class="control-input">
        <input type="email" class="form-control input-lg" name="email" required="" id="reset-password-email">
      </div>
    </div>
    <div class="row login-buttons">
      <div class="col-xs-12">
        <button type="submit" class="btn btn-block btn-login btn-primary btn-lg" id="resend_email">Submit</button>
      </div>
      <div class="col-xs-12">
        <button type="button" name="cancel" onclick="_functions.loadTab('login')" class="btn btn-block btn-default btn-lg"> Cancel </button>
      </div>
    </div>
  </div>
</form>

Text Content

Toggle navigation

 * Regulations & Disclaimers


 * login
 * register
 * passwordless login
 * reset password

We use cookies on our website to deliver the best possible experience. These
cookies are stored on your device. We do not collect any marketing data. By
clicking “Accept” you are consenting to our use of the Essential cookie which is
required for the site to operate properly (this cookie will always be enabled
when you use the site). You can view our full cookie policy here .
Reject Accept

Welcome to the new Numis Equity Research Portal. If you were a user of our
decommissioned portal, please note your old username and password are not valid,
but you should be entitled for access on this portal.

Please follow the reset your password link, in order to set up your new access
details. Please note your username is the email address we hold for you on our
system. If you have any trouble accessing the site, please email
numis.portal@numis.com

For any questions or issues regarding the portal please contact
numis.portal@numis.com.

Login
Username

Password

Remember me Reset your password
Agree to Cookie Policy
Password unavailable? Generate a secure One-Time Login.
Login

Welcome to the new Numis Equity Research Portal. If you were a user of our
decommissioned portal, please note your old username and password are not valid,
but you should be entitled for access on this portal.

Please follow the reset your password link, in order to set up your new access
details. Please note your username is the email address we hold for you on our
system. If you have any trouble accessing the site, please email
numis.portal@numis.com

For any questions or issues regarding the portal please contact
numis.portal@numis.com.

Register for Singletrack Portal

×Close
First name
Last name
Work email address
Company name
I accept Terms of Use, Disclaimer, Security and Privacy Statement.

Submit
Cancel

Terms and Conditions



SINGLETRACK TERMS OF USE

You agree not to abuse our services.
Close

We use cookies on our website to deliver the best possible experience. These
cookies are stored on your device. We do not collect any marketing data. By
clicking “Accept” you are consenting to our use of the Essential cookie which is
required for the site to operate properly (this cookie will always be enabled
when you use the site). You can view our full cookie policy here .
Reject Accept
One-Time Login
Please enter your email below and we will send you a one-time login link.
Email

Agree to Cookie Policy
Submit
Cancel

Reset Password
Please enter your email below and we will send you a link with instructions.
Email

Submit
Cancel