rcrainfo.epa.gov Open in urlscan Pro
204.46.4.17  Public Scan

URL: https://rcrainfo.epa.gov/rcrainfoprod/action/secured/login
Submission Tags: falconsandbox
Submission: On November 06 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /rcrainfoprod/action/secured/login

<form id="formSignIn" class="form-signin" role="form" method="POST" action="/rcrainfoprod/action/secured/login">
  <!-- ko if: securityExceptionVisible -->
  <!-- /ko -->
  <p class="validationMessage" data-bind="visible: showSignUpError" style="display: none;"> This User ID is not registered in RCRAInfo or CDX. Please click Register to create a new account or use the Forgot User ID link below. </p>
  <div class="row">
    <div class="col-sm-12">
      <label for="userId" class="control-label">User ID</label>
      <input type="text" id="userId" name="username" class="form-control" tabindex="0" required="" autofocus="" data-bind="visible: continueBtnVisible, value: userId">
      <span class="form-control" style="background: lightgray; display: none;" data-bind="visible: signInBtnVisible, text: userId"></span>
      <a href="#" id="clearUserId" title="Clear User ID" class="pull-right" data-bind="visible: signInBtnVisible, click: clearUserId" style="display: none;">Clear</a>
    </div>
  </div>
  <div class="row" data-bind="visible: signInBtnVisible" style="display: none;">
    <div class="col-sm-12">
      <label for="password" class="control-label">Password</label>
      <input type="password" id="password" name="password" maxlength="15" tabindex="0" class="form-control" required="" data-bind="value: password">
    </div>
  </div>
  <button id="btnContinue" class="btn btn-lg btn-primary btn-block sign-in-button" type="submit" data-bind="visible: continueBtnVisible, click: continueSignIn">Continue</button>
  <button id="btnSignIn" class="btn btn-lg btn-primary btn-block sign-in-button" type="submit" data-bind="visible: signInBtnVisible" style="display: none;">Sign in</button>
</form>

POST #

<form id="formMigrate" class="form-migrate" role="form" method="POST" action="#">
  <div id="mfa-setup-instructions">
    <div id="nonorganizational-instructions" data-bind="visible: !hasOrganizationalPolicy()">
      <p> Beginning August 16 2024, all RCRAInfo Industry (CDX) Accounts must be configured to use Login.gov in order to support Multi-Factor Authentication. </p>
      <p>
        <span>
          <b>Step 1:</b> You will be asked to authenticate with your existing Industry (CDX) Account. </span>
        <br>
        <span>
          <b>Step 2:</b> You will be redirected to create your Login.gov account or link an existing account. </span>
        <br>
        <span>
          <b>Step 3:</b> Select a second factor authentication of your choice. You will only need your RCRAInfo User ID and Login.gov credentials going forward. </span>
      </p>
    </div>
    <div id="organizational-instructions" data-bind="visible: hasOrganizationalPolicy" style="display: none;">
      <p> Beginning August 16 2024, all RCRAInfo Industry (CDX) Accounts owned by EPA staff must be migrated to EPA Enterprise login to support Multi-Factor Authentication. </p>
      <p>
        <span>
          <b>Step 1:</b> You will be asked to authenticate with your existing RCRAInfo Industry (CDX) Account. </span>
        <br>
        <span>
          <b>Step 2:</b> You will be redirected to EPA Enterprise login page and use your EPA credentials to authenticate. </span>
        <br>
        <span>
          <b>Step 3:</b> The next time you login to RCRAInfo, you will only need your RCRAInfo User ID and your EPA PIV card and/or credentials. </span>
      </p>
    </div>
    <p class="top-buffer bottom-buffer"> Watch our quick <a target="_blank" title="Watch Industry Account Migration to Login.gov How-to Video" href="/rcrainfo-help/videos/SetUpMFA/Set%20Up%20MFA.html">
											How-To Video</a> to see step-by-step instructions or view our <a target="_blank" title="View Industry Account Migration to Login.gov User Guide" href="/rcrainfo-help/application/industryHelp/index.htm#t=UserManagement%2FUG-UserMgmtSetUpMFA.htm">
											User Guide</a> for additional help. </p>
    <p data-bind="visible: !hasOrganizationalPolicy()">
      <b>Do not change web browsers or devices during this process.</b>
    </p>
  </div>
  <span id="migrationError" style="color:red; font-size: 110%; display: none"></span>
  <div class="row">
    <div class="col-sm-12 form-group required" style="margin-bottom: 0">
      <label for="migrateUserId" class="control-label">User ID</label>
      <div class="pull-right">
        <label class="control-label"></label> = required
      </div>
      <span id="migrateUserId" class="form-control" style="background: lightgray" data-bind="text: userId"></span>
      <a href="#" id="clearMigrateUserId" title="Clear User ID" class="pull-right" data-bind="click: clearMigrateUserId">Clear</a>
    </div>
  </div>
  <div class="row" data-bind="visible: !migrateForgottenPasswordFlag()">
    <div class="col-sm-12 form-group required">
      <label for="migratePassword" class="control-label">Password</label>
      <input type="password" id="migratePassword" name="migratePassword" maxlength="15" class="form-control" required="" autofocus="" data-bind="value: migratePassword, enterKey: migrate">
    </div>
  </div>
  <input type="hidden" id="migratePolicy">
  <div id="forgot-pass-container" data-bind="visible: migrateForgottenPasswordFlag" style="display: none;">
    <div class="row">
      <div class="col-sm-12 form-group">
        <label for="migrateEmail" class="control-label">Email</label>
        <input type="email" id="migrateEmail" class="form-control" maxlength="255" data-bind="value: migrateEmail, valueUpdate: 'blur', disable: showVerificationCodeField" required="true" title=""><span class="validationMessage" title=""
          style="display: none;"></span>
      </div>
    </div>
    <div class="row">
      <div class="col-sm-12">
        <div class="form-check">
          <input class="form-check-input" type="checkbox" data-bind="checked: migrateVerifiedOwner, disable: migrateVerifiedOwner">
          <label class="form-check-label"> I am the original registrant and owner of the User ID requested. </label>
        </div>
      </div>
    </div>
    <div class="row" data-bind="visible: !showVerificationCodeField()">
      <div class="col-sm-12">
        <button id="btnSendPasswordResetVerificationCode" class="btn btn-primary btn-lg btn-block sign-in-button" data-bind="click: sendPasswordResetVerificationCode, enable: enableBtnSendPasswordResetVerificationCode" disabled=""> Send Password
          Reset Verification Code </button>
      </div>
    </div>
    <div class="row" data-bind="visible: showVerificationCodeField" style="display: none;">
      <div class="col-sm-12 form-group">
        <div class="has-feedback">
          <label for="verificationCode" class="control-label col-sm-12" style="padding: 0">Verification Code</label>
          <div class="col-sm-12 form-space" style="padding: 0">
            <input type="text" class="form-control" id="verificationCode" data-bind="value: migrateConfirmationCode, valueUpdate: 'input',
														   disable: migrateVerificationCodeIsValid" required="true" title=""><span class="validationMessage" title="" style="display: none;"></span>
            <i class="glyphicon glyphicon-ok form-control-feedback" style="color: green; display: none;" data-bind="visible: migrateVerificationCodeIsValid()"></i>
            <i class="glyphicon glyphicon-remove form-control-feedback" style="color: red" data-bind="visible: !migrateVerificationCodeIsValid()"></i>
          </div>
        </div>
        <small class="col-sm-12" style="padding: 0" data-bind="visible: !migrateVerificationCodeIsValid()"> Haven't received your verification code yet? <a role="button" data-bind="click: sendPasswordResetVerificationCode">Click to resend</a>.
        </small>
      </div>
    </div>
  </div>
  <div class="row" data-bind="visible: !migrateForgottenPasswordFlag() || migrateVerificationCodeIsValid()">
    <div class="col-sm-12">
      <button id="btnContinueToLoginGov" type="submit" class="btn btn-primary btn-lg btn-block sign-in-button" data-bind="click: migrate, visible: !hasOrganizationalPolicy()">Continue to <svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 292.1 39.47" aria-label="[title]" title="Login.gov" role="img" class="login-button__logo login-gov" width="11.1rem" height="1.5rem">
          <path fill="#fff"
            d="M7.44 6.89h17.2v22.06H7.44zm46.01-1.61h-6.16v27.31h17.87v-5.38H53.45zm30.76-.19c-8.35 0-14.67 5.89-14.67 13.85s6.32 13.93 14.67 13.93 14.67-6 14.67-13.93S92.56 5.09 84.21 5.09m.08 22.39a8.49 8.49 0 0 1-8.43-8.54 8.4 8.4 0 0 1 8.43-8.47 8.29 8.29 0 0 1 8.27 8.47 8.36 8.36 0 0 1-8.27 8.54m35.36-17.05a11.43 11.43 0 0 1 7.49 3l3.47-4.41a17.2 17.2 0 0 0-11-4c-8.51 0-14.9 6-14.9 13.85s6.29 13.99 14.58 13.99a20.2 20.2 0 0 0 11.08-3.55V17.57h-10.11v4.82H125V26a12.4 12.4 0 0 1-5.34 1.48 8.52 8.52 0 1 1 0-17zm19.61-5.15h6.17v27.31h-6.17zm34.53 17.56L160.52 5.28h-5.61v27.31h5.89V15.07l13.22 17.52h5.62V5.28h-5.85zm17.47 2.85a3.39 3.39 0 0 0-3.47 3.56 3.47 3.47 0 1 0 6.94 0 3.36 3.36 0 0 0-3.47-3.56m23.15-15.26a11.43 11.43 0 0 1 7.49 3l3.47-4.41a17.2 17.2 0 0 0-11-4c-8.51 0-14.9 6-14.9 13.85s6.28 13.93 14.55 13.93a20.2 20.2 0 0 0 11.08-3.55V17.57H215v4.82h4.77V26a12.4 12.4 0 0 1-5.34 1.48 8.52 8.52 0 1 1 0-17zm32.23-5.34C238.29 5.09 232 11 232 18.94s6.32 13.93 14.67 13.93 14.67-6 14.67-13.93S255 5.09 246.64 5.09m.08 22.39a8.49 8.49 0 0 1-8.43-8.54 8.4 8.4 0 0 1 8.43-8.47 8.29 8.29 0 0 1 8.28 8.47 8.36 8.36 0 0 1-8.28 8.54m39.02-22.2-7.49 20.6-7.45-20.6h-6.63l10.73 27.31h6.36L292.1 5.28z">
          </path>
          <path fill="#e21d3e" d="m11.38 25.34 1.45-8.28a4.39 4.39 0 0 1 2.71-7.86V0H4.34A4.34 4.34 0 0 0 0 4.34v21.28a2.6 2.6 0 0 0 .26 1.16c.94 1.9 4.65 8 15.27 12.69V25.7a24.3 24.3 0 0 1-4.15-.36"></path>
          <path fill="#b51e23" d="M26.72 0H15.53v9.19A4.39 4.39 0 0 1 18.28 17l1.45 8.32a24.3 24.3 0 0 1-4.2.36v13.79C26.14 34.8 29.86 28.68 30.8 26.79a2.6 2.6 0 0 0 .26-1.16V4.34A4.34 4.34 0 0 0 26.72 0"></path>
          <title>Login.gov</title>
        </svg>
      </button>
      <button id="btnContinueToEpaLogin" type="submit" class="btn btn-primary btn-lg btn-block sign-in-button" data-bind="click: migrate, visible: hasOrganizationalPolicy" style="display: none;"> Continue to <img class="btn-epa-text-logo" title="EPA"
          alt="EPA"
          src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB2aWV3Qm94PSIwIDAgMTAwLjk5OTE5IDMxLjAwMDM4MyIgd2lkdGg9IjEwMXB4IiBoZWlnaHQ9IjMxcHgiPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuMjc2NTc3M2UtNCwtMTAyMS4zNjI3KSI+DQo8ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGRkYiIHRyYW5zZm9ybT0ibWF0cml4KDAuMTc3OTc5MDUsMCwwLDAuMTc3OTczOSwtMTMuMDYzOTQ3LDEwMDguMjIwMikiPg0KPHBhdGggZD0ibTIxNC40MSwxNDAuNjZjLTUuOTksMjMuMjctMjguNTcsNDEuNzAzLTUzLjY4Myw0MS43MDMtMjUuMTE1LDAtNDcuNDYzLTE4LjQzMy01My42ODYtNDEuNzAzaDAuMjMwM3MxMi4yMTIsMTIuOTAyLTAuMjMwMywwYzMuOTE3MywzLjkxNyw3LjcyNDUsNS41Mjk0LDEzLjM2NCw1LjUyOTQsNS42Mzk2LDAsOS42NzY4LTEuNjEyNCwxMy4zNjMtNS41Mjk0LDMuOTE3LDMuOTE3LDcuODcxMSw1LjU2NSwxMy41OTQsNS41Mjk0LDUuNjQwNi0wLjAzMzcsOS40NDY4LTEuNjEyNCwxMy4zNjQtNS41Mjk0LDMuOTE1NSwzLjkxNyw3LjcyMjEsNS41Mjk0LDEzLjM2Myw1LjUyOTQsNS42Mzk2LDAsOS42NzY4LTEuNjEyNCwxMy4zNjMtNS41Mjk0LDMuOTE2OSwzLjkxNyw3Ljg3MSw1LjU2NSwxMy41OTMsNS41Mjk0LDUuNjQtMC4wMzM3LDkuNDQ3NS0xLjYxMjQsMTMuMzY0LTUuNTI5NCIvPg0KPHBhdGggZD0ibTIxNC44NywxMjguMjJjMC0yOS45NTItMjQuMTkzLTU0LjM3NS01NC4xNDQtNTQuMzc1LTI5Ljk1MywwLTU0LjM3NiwyNC40MjItNTQuMzc2LDU0LjM3NWg0OC44NDVjLTUuOTg5Ny0yLjMwNS0xMC4xMzctNy44MzM4LTEwLjEzNy0xNC41MTYsMC04Ljc1NSw3LjE0MjYtMTUuNjY3LDE1LjY2OC0xNS42NjcsOC43NTQzLDAsMTUuODk3LDYuOTEyNSwxNS44OTcsMTUuNjY3LDAsNi40NTI1LTMuOTE3LDExLjk4MS05LjQ0NjgsMTQuNTE2aDQ3LjY5NCIvPg0KPHBhdGggZD0ibTE2NC4xOCwyNDguMDNjMC45MjE4LTQ2LjA3OSwzNy4wOTUtODUuOTM5LDgzLjYzNS04Ny41NTMsMCw0Ni41NDItMzcuNTU1LDg1LjAyLTgzLjYzNSw4Ny41NTMiLz4NCjxwYXRoIGQ9Im0xNTcuMjcsMjQ4LjAzYy0wLjkyMTktNDYuMDc5LTM3LjA5NS04NS45MzktODMuODY2LTg3LjU1MywwLDQ2LjU0MiwzNy43ODYsODUuMDIsODMuODY2LDg3LjU1MyIvPg0KPHBhdGggZD0ibTM3My4zOSw3Ny43NTgtMTA5LjksMCwwLDE2Ni4zNSwxMDkuOSwwLDAtMjUuNTc1LTc1LjM0MiwwLDAtNDQuOTI5LDc1LjM0MiwwLDAtMjYuMjY2LTc1LjM0MiwwLDAtNDMuNzc3LDc1LjM0MiwwLDAtMjUuODA1Ii8+DQo8cGF0aCBkPSJtNDE0LjQsMTQ3LjM0LDMzLjg3LDBjMTEuMzQ1LDAsMTkuMDExLTEwLjc3NCwxOC44OTQtMjIuMTItMC4xMTYyNS0xMS4yMDgtNy42ODUtMjEuNjU4LTE4Ljg5NC0yMS42NThoLTMxLjU2NXYxNDAuNTVoLTM0Ljc5di0xNjYuMzVoNzcuODc2YzI1LjI0MSwwLDQzLjc2NSwyMi4yMjIsNDQuMDA2LDQ3LjQ2MiwwLjI0Mzc1LDI1LjUwOC0xOC40OTksNDguMzg2LTQ0LjAwNiw0OC4zODZoLTQ1LjM5di0yNi4yNjYiLz4NCjxwYXRoIGQ9Im00NjguMzEsMjQ0LjExLDM3LjA5NSwwLDE2LjEyOC00My43NzgsNjcuNzQsMC0xMC4xMzktMjcuNDE2LTQ3LjkyMiwwLDIzLjUtNjMuMzYxLDQ5LjA3NSwxMzQuNTYsMzcuMDk1LDAtNjYuMzU1LTE2Ni4zNS00Mi4xNjUsMC02NC4wNTEsMTY2LjM1LDAsMCIvPg0KPC9nPg0KPC9nPg0KPC9zdmc+">
        Login </button>
    </div>
  </div>
  <div class="row top-buffer" data-bind="visible: !migrateForgottenPasswordFlag()">
    <div class="col-sm-12 text-center">
      <a id="migrateForgotPassword" href="#" data-bind="click: migrateForgotPassword">Forgot Password?</a>
    </div>
  </div>
</form>

Text Content

RCRAINFO SIGN IN

RCRAInfo is EPA's comprehensive information system providing access to data
supporting the Resource Conservation and Recovery Act (RCRA) of 1976, the
Hazardous and Solid Waste Amendments (HSWA) of 1984, and the Hazardous Waste
Electronic Manifest Establishment Act of 2012. The system is used to track
information provided by the regulated community concerning the generation,
shipment, treatment, and disposal of hazardous wastes, as well as significant
milestones of State/EPA activity supporting program planning, implementation,
and accomplishment reporting. States may use RCRAInfo for some or all aspects of
program implementation support, or may use their own system which transmits
required data to EPA.

This User ID is not registered in RCRAInfo or CDX. Please click Register to
create a new account or use the Forgot User ID link below.

User ID Clear
Password
Continue Sign in
Register
Forgot User ID?
×Close

SELECT REGISTRATION TYPE


INDUSTRY USER

Select this option if you want to submit RCRA Notification, Biennial Report
and/or manifest data on behalf of a regulated hazardous waste site including
federal facilities. Watch our quick How-To video below to see step-by-step
instructions or view our User Guide.

Industry User Registration Watch How-To

(If you already have an existing CDX Account, skip the registration and just
Login.)

OR
OR


REGULATORY AGENCY USER

Select this option if you represent a State environmental agency or the United
States Environmental Protection Agency.

Regulatory User Registration
×Close

MULTI-FACTOR AUTHENTICATION SETUP

Beginning August 16 2024, all RCRAInfo Industry (CDX) Accounts must be
configured to use Login.gov in order to support Multi-Factor Authentication.

Step 1: You will be asked to authenticate with your existing Industry (CDX)
Account.
Step 2: You will be redirected to create your Login.gov account or link an
existing account.
Step 3: Select a second factor authentication of your choice. You will only need
your RCRAInfo User ID and Login.gov credentials going forward.

Beginning August 16 2024, all RCRAInfo Industry (CDX) Accounts owned by EPA
staff must be migrated to EPA Enterprise login to support Multi-Factor
Authentication.

Step 1: You will be asked to authenticate with your existing RCRAInfo Industry
(CDX) Account.
Step 2: You will be redirected to EPA Enterprise login page and use your EPA
credentials to authenticate.
Step 3: The next time you login to RCRAInfo, you will only need your RCRAInfo
User ID and your EPA PIV card and/or credentials.

Watch our quick How-To Video to see step-by-step instructions or view our User
Guide for additional help.

Do not change web browsers or devices during this process.

User ID
= required
Clear
Password
Email
I am the original registrant and owner of the User ID requested.
Send Password Reset Verification Code
Verification Code

Haven't received your verification code yet? Click to resend.
Continue to Login.gov Continue to Login
Forgot Password?



WARNING NOTICE AND PRIVACY POLICY


WARNING NOTICE

In proceeding and accessing U.S. Government information and information systems,
you acknowledge that you fully understand and consent to all of the following:

 1. you are accessing U.S. Government information and information systems that
    are provided for official U.S. Government purposes only;
 2. unauthorized access to or unauthorized use of U.S. Government information or
    information systems is subject to criminal, civil, administrative, or other
    lawful action;
 3. the term U.S. Government information system includes systems operated on
    behalf of the U.S. Government;
 4. you have no reasonable expectation of privacy regarding any communications
    or information used, transmitted, or stored on U.S. Government information
    systems;
 5. at any time, the U.S. Government may for any lawful government purpose,
    without notice, monitor, intercept, search, and seize any authorized or
    unauthorized communication to or from U.S. Government information systems or
    information used or stored on U.S. Government information systems;
 6. at any time, the U.S. Government may for any lawful government purpose,
    search and seize any authorized or unauthorized device, to include non-U.S.
    Government owned devices, that stores U.S. Government information;
 7. any communications or information used, transmitted, or stored on U.S.
    Government information systems may be used or disclosed for any lawful
    government purpose, including but not limited to, administrative purposes,
    penetration testing, communication security monitoring, personnel misconduct
    measures, law enforcement, and counterintelligence inquiries; and
 8. you may not process or store classified national security information on
    this computer system.

 * EPA Home
 * Privacy and Security Notice
 * FOIA
 * Contact Us

×Close

SELECT USER TYPE


REGULATORY AGENCY USER

Select this option if you represent a State environmental agency or the United
States Environmental Protection Agency.

Regulatory User
OR
OR


INDUSTRY USER

Select this option if you want to submit RCRA Notification, Biennial Report
and/or manifest data on behalf of a regulated hazardous waste site including
federal facilities.

Industry User
×Close

SELECT USER TYPE


REGULATORY AGENCY USER

Select this option if you represent a State environmental agency of the United
States Environmental Protection Agency.

Regulatory User
OR
OR


INDUSTRY USER

Select this option if you want to submit RCRA Notification, Biennial Report
and/or manifest data on behalf of a regulated hazardous waste site including
federal facilities.

Industry User