account.jetbrains.com Open in urlscan Pro
54.170.89.116  Public Scan

Submitted URL: https://jb.neuz.dev/
Effective URL: https://account.jetbrains.com/login
Submission: On May 24 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /authorize?_st=TEI3Mel_5m3_XfgHH6EfCLHgkOGXibiA1q2dXTwOqgvJ-ywOh-O8v0ciWkYwRQl3

<form method="post" action="/authorize?_st=TEI3Mel_5m3_XfgHH6EfCLHgkOGXibiA1q2dXTwOqgvJ-ywOh-O8v0ciWkYwRQl3" class="js-auth-dialog-form">
  <div class="js-auth-dialog-div-errors text-danger"></div>
  <h5>Sign in with existing account</h5>
  <div class="form-group js-auth-dialog-input-username"><input name="username" style="width:100%" id="username" placeholder="Email address or Username" type="text" class="form-control"></div>
  <div class="form-group js-auth-dialog-input-password"><input name="password" style="width:100%" placeholder="Password" type="password" class="form-control"></div>
  <div style="display:none;" class="form-group js-auth-dialog-input-2fa">
    <p class="small">You have enabled two-factor authentication, so you will also need to enter the <strong>6-digit verification code from your mobile authenticator app like Google Authenticator or 1Password</strong>, or use a previously saved
      <strong>recovery code</strong>.</p>
    <input autocomplete="one-time-code" name="secondFactor" style="width:100%" placeholder="One-time password" type="text" class="form-control">
  </div>
  <div class="form-group clearfix">
    <div class="pull-left"><button onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in', {
  'event_category': 'click',
  'event_label': 'Sign in'
});return false;" class="btn btn-primary btn-lg js-auth-dialog-btn-signin sign-in-button login-submit-btn">Sign In</button><span class="unit-container-xs"></span></div>
    <div class="js-auth-dialog-div-reset-pswd sign-in-forgot-password"><a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Forgot password', {
  'event_category': 'click',
  'event_label': 'Forgot password'
});null" href="/forgot-password" class="btn btn-lg btn-link active:!shadow-none focus:!shadow-none">Forgot password?</a></div>
  </div>
  <div class="form-group">
    <div class="sign-in-with-wrapper">
      <strong class="sign-in-with__label">Or sign in with:</strong>
      <div class="sign-in-with">
        <a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in 3rd party', {
  'event_category': 'click',
  'event_label': 'Google'
}); window.open('/login/google?returnTo=&amp;app=0', '_self');" href="/login/google?returnTo=&amp;app=0" class="sign-in-with__logo-google">
                          <img src="/static/images/oauth2/google.svg" alt="Google logo" class="sign-in-with__logo-google-image">
                          <div class="sign-in-with__logo-google-label">Google</div>
                        </a>
        <div class="sign-in-with__logo"><a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in 3rd party', {
  'event_category': 'click',
  'event_label': 'GitHub'
});null" href="/login/github?returnTo=&amp;app=0"><img src="/static/images/oauth2/github.svg" alt="GitHub logo" height="24"></a></div>
        <div class="sign-in-with__logo"><a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in 3rd party', {
  'event_category': 'click',
  'event_label': 'Apple'
});null" href="/login/apple?returnTo=&amp;app=0"><img src="/static/images/oauth2/apple.svg" alt="Apple logo" height="24"></a></div>
        <div class="sign-in-with__logo"><a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in 3rd party', {
  'event_category': 'click',
  'event_label': 'WeChat'
});null" href="/login/wechat?returnTo=&amp;app=0"><img src="/static/images/oauth2/wechat.svg" alt="WeChat logo" height="24"></a></div>
        <div class="sign-in-with__logo"><a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in 3rd party', {
  'event_category': 'click',
  'event_label': 'GitLab'
});null" href="/login/gitlab?returnTo=&amp;app=0"><img src="/static/images/oauth2/gitlab.svg" alt="GitLab logo" height="24"></a></div>
        <div class="sign-in-with__logo"><a onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign in 3rd party', {
  'event_category': 'click',
  'event_label': 'Bitbucket'
});null" href="/login/bitbucket?returnTo=&amp;app=0"><img src="/static/images/oauth2/bitbucket.svg" alt="Bitbucket logo" height="24"></a></div>
      </div>
      <div class="text-[#4b4b4b] mt-[16px] text-[12px]">By continuing, you agree to the <a href="https://www.jetbrains.com/legal/docs/agreements/jetbrains_account.html" target="_blank">JetBrains Account Agreement</a></div>
    </div>
  </div>
</form>

POST /signup-request?_st=TEI3Mel_5m3_XfgHH6EfCLHgkOGXibiA1q2dXTwOqgvJ-ywOh-O8v0ciWkYwRQl3

<form method="post" action="/signup-request?_st=TEI3Mel_5m3_XfgHH6EfCLHgkOGXibiA1q2dXTwOqgvJ-ywOh-O8v0ciWkYwRQl3">
  <h5>Not registered yet?</h5>
  <h3>Create JetBrains Account</h3>
  <div class="form-group"><input pattern="[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9.\-]+\.[a-zA-Z]{2,20}" name="email" style="width:100%" id="email" placeholder="Your email address" type="text" autofocus="" class="form-control"
      oninput="try { if($(this).val().trim().match(new RegExp(this.getAttribute('pattern')))) { this.setCustomValidity(''); } else { this.setCustomValidity('Please enter a valid email address'); } } catch(e) {}"></div>
  <div class="form-group clearfix"><button onclick="if (typeof gtag !== 'undefined') gtag('event', 'Sign up', {
  'event_category': 'click',
  'event_label': 'Sign up'
});$('#email').val(function(_, x) { return x.trim() })" class="btn btn-primary btn-lg sign-up-button eml-submit-btn">Sign Up</button></div>
</form>

Text Content

You need to enable JavaScript to run this app.

 


WELCOME TO JETBRAINS ACCOUNT

Access your purchases
and view your order history

Identify expired and outdated licenses,
order new licenses and upgrades

Manage your company licenses
and distribute them to end users

SIGN IN WITH EXISTING ACCOUNT




You have enabled two-factor authentication, so you will also need to enter the
6-digit verification code from your mobile authenticator app like Google
Authenticator or 1Password, or use a previously saved recovery code.

Sign In
Forgot password?
Or sign in with:
Google





By continuing, you agree to the JetBrains Account Agreement

NOT REGISTERED YET?


CREATE JETBRAINS ACCOUNT


Sign Up
Copyright © 2000–2024 JetBrains s.r.o.
HelpSupportPrivacy PolicyJetBrains Account Agreement
Build #2024.05-3469
×Please reload current page because it's content or state has been changed
outside.