beeapp.bravuratechnologies.com Open in urlscan Pro
54.156.213.184  Public Scan

Submitted URL: https://beeapp.bravuratechnologies.com/BEE-WEB/?id=A41BD855-5898-4250-BEE8-9C30BA38FC50#!/login
Effective URL: https://beeapp.bravuratechnologies.com/BEE-WEB/?id=A41BD855-5898-4250-BEE8-9C30BA38FC50
Submission: On August 22 via manual from US — Scanned from US

Form analysis 2 forms found in the DOM

<form class="form ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" ng-submit="ctrl.login.Email &amp;&amp; ctrl.handle_login()">
  <input type="hidden" ng-model="ctrl.login.EventId" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-not-empty">
  <label class="sr-only" for="login_email">Enter your Email</label>
  <div class="InputWithIcon">
    <input ng-blur="ctrl.isEmailEmpty()" type="text" placeholder="Attendee Email" id="login_email" style="border: 1px solid #aaaaaa !important;" name="email"
      class="form-control form-control-login-radius ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" ng-model="ctrl.login.Email" tabindex="0" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/"
      aria-label="Enter your Email id" required="" aria-invalid="true"> <!--ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/"-->
    <i class="fa fa-user" aria-hidden="true"></i>
  </div>
  <br>
  <label class="sr-only" for="login_password">Password</label>
  <div class="InputWithIcon">
    <input type="password" placeholder="Password" id="login_password" aria-label="Enter your password" tabindex="0" style="border: 1px solid #aaaaaa !important;" name="password"
      class="form-control form-control-login-radius ng-pristine ng-untouched ng-valid ng-empty" ng-model="ctrl.login.password" aria-invalid="false">
    <i class="fa fa-key" aria-hidden="true"></i>
    <!-- ngIf: ctrl.inputType == 'password' --><i ng-if="ctrl.inputType == 'password'" style="position: relative;float: right;top: -33px;right: 5px; cursor:pointer; outline:none;" ng-click="ctrl.showPassword()" class="fa fa-eye fa-lg ng-scope" aria-label="Show Password" tabindex="0" role="button"></i><!-- end ngIf: ctrl.inputType == 'password' -->
    <!-- ngIf: ctrl.inputType == 'text' -->
  </div>
  <br>
  <div class="form-group" style="white-space:nowrap;">
    <input type="checkbox" id="rememberMe" ng-model="ctrl.login.rememberMe" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
    <label class="login-div" style="text-align:left; padding-left:10px;" for="rememberMe">Remember Me</label>
  </div>
  <button type="submit" class="btn btn-default form-control theme-btn md-button3 am-pm-border ada-controler ada-control" ng-class="{ 'ada-control': !ctrl.login.Email }" aria-label="Sign In Button" tabindex="0" aria-disabled="true">Sign in</button>
  <!-- ngIf: ctrl.allowSkipLogin == '1' -->
  <!-- ngIf: ctrl.allowSkipLogin == '1' -->
  <!-- ngIf: ctrl.allowSkipLogin == '1' -->
  <br>
  <br>
  <button type="button" class="btn btn-default form-control btbgcolor bg-color-plain am-pm-border ada-controler ada-control" data-ng-click="ctrl.login.Email &amp;&amp; ctrl.resendPassword()" ng-class="{ 'ada-control': !ctrl.login.Email }"
    aria-label="Email me Password Button" tabindex=" 0" aria-disabled="true">Email me my password</button>
  <div class="form-group">
    <br>
    <!-- ngIf: ctrl.errorMsg -->
  </div>
</form>

<form class="form ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" ng-submit="ctrl.handle_signUp()">
  <input type="hidden" ng-model="ctrl.login.EventId" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-not-empty">
  <label class="sr-only" for="login_email">Enter your First Name :</label>
  <div class="InputWithIcon">
    <input type="text" placeholder="First Name" id="login_firstName" style="border: 1px solid #aaaaaa !important;" name="firstName" class="form-control form-control-login-radius ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
      ng-model="ctrl.signUp.firstName" tabindex="1" required="" aria-invalid="true">
    <i class="fa fa-user" aria-hidden="true"></i>
  </div>
  <br>
  <label class="sr-only" for="login_email">Enter your Last Name :</label>
  <div class="InputWithIcon">
    <input type="text" placeholder="Last Name" id="login_lastName" style="border: 1px solid #aaaaaa !important;" name="lastName" class="form-control form-control-login-radius ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
      ng-model="ctrl.signUp.lastName" tabindex="2" required="" aria-invalid="true">
    <i class="fa fa-user" aria-hidden="true"></i>
  </div>
  <br>
  <label class="sr-only" for="login_email">Enter your Email</label>
  <div class="InputWithIcon">
    <input type="text" placeholder="Email" id="login_email" style="border: 1px solid #aaaaaa !important;" name="emailAddress"
      class="form-control form-control-login-radius ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" ng-model="ctrl.signUp.emailAddress" tabindex="3" required="" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/"
      aria-invalid="true">
    <i class="fa fa-user" aria-hidden="true"></i>
  </div>
  <br>
  <label class="sr-only" for="login_email">Re-enter your Email</label>
  <div class="InputWithIcon">
    <input type="text" placeholder="Re-enter Email Address" id="login_email" style="border: 1px solid #aaaaaa !important;" name="reEnterEmailAddress"
      class="form-control form-control-login-radius ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" ng-model="ctrl.signUp.reEnterEmailAddress" tabindex="4" required="" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/"
      aria-invalid="true">
    <i class="fa fa-user" aria-hidden="true"></i>
  </div>
  <br>
  <button type="submit" class="btn btn-default form-control theme-btn md-button3 am-pm-border" tabindex="5"
    ng-disabled="(!ctrl.signUp.firstName || !ctrl.signUp.lastName || !ctrl.signUp.emailAddress || !ctrl.signUp.reEnterEmailAddress || ctrl.signUp.emailAddress != ctrl.signUp.reEnterEmailAddress )" disabled="disabled"> Submit </button>
  <br>
  <br>
  <button type="button" class="btn btn-default form-control btbgcolor bg-color-plain am-pm-border" ng-click="ctrl.redirect_to_view(3)" tabindex=" 5">Back</button>
  <div class="form-group">
    <br>
    <!-- ngIf: ctrl.errorMsg -->
  </div>
</form>

Text Content

Log In
Enter your Email


Password


Remember Me
Sign in

Email me my password


The email you used to register for the event should be used to login. If you
have a password, enter it. If you do not remember your password, enter your
email and select 'Email me my password'.



Welcome to the APS Virtual Meeting Platform. Login with your APS web account to
access the scientific program and all the other features.



Sign in using APS Credentials

Email me my password




Welcome to the ASNR Virtual Meeting Platform. Sign in using your ASNR login
credentials.



Sign in using ASNR Credentials






Select the option "Sign up" if you have not previously logged into this event.

Select the option "Login" if you have previously signed up on this or any other
device for this event. Please use your email address to sign up.


Sign up

Login


Enter your First Name :


Enter your Last Name :


Enter your Email


Re-enter your Email


Submit

Back




Welcome the AAN Conferences Online Platform! Log in using your 6-digit AAN ID
and password to access all conference content and view sessions



Log In









FOR THE BEST EXPERIENCE, MAKE SURE YOU ARE USING THE MOST RECENT VERSION OF THE
GOOGLE CHROME BROWSER.

© 2024 BRAVURA TECHNOLOGIES, LLC.