www.namus.gov
Open in
urlscan Pro
149.101.127.46
Public Scan
Submitted URL: https://acmebackgroundcheck.com/
Effective URL: https://www.namus.gov/Dashboard
Submission: On August 21 via api from US — Scanned from US
Effective URL: https://www.namus.gov/Dashboard
Submission: On August 21 via api from US — Scanned from US
Form analysis
14 forms found in the DOM<form ng-submit="vm.quickSearchResults()" class="ng-pristine ng-valid ng-valid-pattern">
<fieldset>
<label> NamUs Number <input type="text" title="NamUs Number" ng-model="vm.state.namus2Number" placeholder="MP123, MP-123, 123" ng-pattern="/^([a-zA-Z]+)?\s*(-)?\s*\d{1,20}$/i" ng-model-options="{ debounce: 500 }"
class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern">
</label>
<label> Legal First Name <input type="text" title="Legal First Name" ng-model="vm.state.firstName" ng-model-options="{ debounce: 500 }" class="ng-pristine ng-untouched ng-valid ng-empty">
</label>
<label> Legal Last Name <input type="text" title="Legal Last Name" ng-model="vm.state.lastName" ng-model-options="{ debounce: 500 }" class="ng-pristine ng-untouched ng-valid ng-empty">
</label>
<label> State <div class="ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-empty ng-valid"
ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="vm.state.stateOfLastContact" theme="select2" style="width: 100%;" search-enabled="true"
close-on-select="true">
<ul class="select2-choices"><span class="ui-select-match" placeholder="Select State"><!----></span>
<li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-0" aria-label="Select box"
class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="Select State" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
style="width: 276px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-0-0"></li>
</ul>
<div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
<ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results" repeat="state in vm.states | binaryPropertyFilter: $select.search">
<li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
<div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-hide" ng-bind="$group.name"></div>
<ul id="ui-select-choices-0" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single">
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->
</ul>
</li>
</ul>
</div><ui-select-multiple></ui-select-multiple>
</div>
</label>
<label> County <div class="select2-text-input ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-empty ng-valid"
ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="vm.state.countyDisplayNameOfLastContact" theme="select2">
<ul class="select2-choices"><span class="ui-select-match" placeholder="Enter County"><!----></span>
<li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-1" aria-label="Select box"
class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="Enter County" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
style="width: 276px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-1-0"></li>
</ul>
<div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
<ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results" refresh="vm.getCounties($select.search)" refresh-delay="0" repeat="county in vm.counties | filter:$select.search">
<li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
<div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-hide" ng-bind="$group.name"></div>
<ul id="ui-select-choices-1" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!----></ul>
</li>
</ul>
</div><ui-select-multiple></ui-select-multiple>
</div>
</label>
</fieldset>
<div class="possible-results">
<div ng-show="vm.getSearchPredicates().length > 0" class="ng-hide">0 Possible Results</div>
</div>
<div class="button-box">
<input type="reset" title="Reset" class="button-cancel" ng-click="vm.reset()" value="Reset">
<input type="submit" title="Search" class="button-save" ng-class="{ 'button-disabled': !vm.canSearch() }" ng-disabled="!vm.canSearch()" value="Search">
</div>
</form>
<form ng-submit="vm.quickSearchResults()" class="ng-pristine ng-valid ng-valid-pattern">
<fieldset>
<label> NamUs Number <input type="text" title="NamUs Number" placeholder="UP123, UP-123, 123" ng-model="vm.state.namus2Number" ng-pattern="/^([a-zA-Z]+)?\s*(-)?\s*\d{1,20}$/i" ng-model-options="{ debounce: 500 }"
class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern">
</label>
<label> State <div class="ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-empty ng-valid"
ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="vm.state.stateOfRecovery" theme="select2" style="width: 100%;" search-enabled="true"
close-on-select="true">
<ul class="select2-choices"><span class="ui-select-match" placeholder="Select State"><!----></span>
<li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-2" aria-label="Select box"
class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="Select State" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
style="width: 10px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-2-0"></li>
</ul>
<div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
<ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results" repeat="state in vm.states | binaryPropertyFilter: $select.search">
<li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
<div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-hide" ng-bind="$group.name"></div>
<ul id="ui-select-choices-2" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single">
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->
</ul>
</li>
</ul>
</div><ui-select-multiple></ui-select-multiple>
</div>
</label>
<label> County <div class="select2-text-input ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-empty ng-valid"
ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="vm.state.countyDisplayNameOfRecovery" theme="select2">
<ul class="select2-choices"><span class="ui-select-match" placeholder="Enter County"><!----></span>
<li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-3" aria-label="Select box"
class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="Enter County" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
style="width: 10px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-3-0"></li>
</ul>
<div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
<ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results" refresh="vm.getCounties($select.search)" refresh-delay="0" repeat="county in vm.counties | filter:$select.search">
<li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
<div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-hide" ng-bind="$group.name"></div>
<ul id="ui-select-choices-3" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!----></ul>
</li>
</ul>
</div><ui-select-multiple></ui-select-multiple>
</div>
</label>
</fieldset>
<div class="possible-results">
<div ng-show="vm.getSearchPredicates().length > 0" class="ng-hide">0 Possible Results</div>
</div>
<div class="button-box">
<input type="reset" title="Reset" class="button-cancel" ng-click="vm.reset()" value="Reset">
<input type="submit" title="Search" class="button-save" ng-class="{ 'button-disabled': !vm.canSearch() }" ng-disabled="!vm.canSearch()" value="Search">
</div>
</form>
<form ng-submit="vm.quickSearchResults()" class="ng-pristine ng-valid ng-valid-pattern">
<fieldset>
<label> NamUs Number <input type="text" title="NamUs Number" ng-model="vm.state.namus2Number" placeholder="UCP123, UCP-123, 123" ng-pattern="/^([a-zA-Z]+)?\s*(-)?\s*\d{1,20}$/i" ng-model-options="{ debounce: 500 }"
class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern">
</label>
<label> Legal First Name <input type="text" title="Legal First Name" ng-model="vm.state.firstName" ng-model-options="{ debounce: 500 }" class="ng-pristine ng-untouched ng-valid ng-empty">
</label>
<label> Legal Last Name <input type="text" title="Legal Last Name" ng-model="vm.state.lastName" ng-model-options="{ debounce: 500 }" class="ng-pristine ng-untouched ng-valid ng-empty">
</label>
</fieldset>
<div class="possible-results">
<div ng-show="vm.getSearchPredicates().length > 0" class="ng-hide">0 Possible Results</div>
</div>
<div class="button-box">
<input type="reset" title="Reset" class="button-cancel" ng-click="vm.reset()" value="Reset">
<input type="submit" title="Search" class="button-save" ng-class="{ 'button-disabled': !vm.canSearch() }" ng-disabled="!vm.canSearch()" value="Search">
</div>
</form>
<form id="LoginForm" class="ng-pristine ng-valid">
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Login</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="disclaimer-content">
<div class="disclaimer-text">
<p>
<strong>By logging in, I agree to the following terms and conditions:</strong> You are accessing a U.S. Government information system, which includes: (1) this computer, (2) this computer network, (3) all computers connected to this
network, and (4) all devices and storage media attached to this network or to a computer on this network. The use of this system is restricted to authorized users. Unauthorized access, use, or modification of this U.S. Government computer
system, or of the data contained herein or in transit to/from this system, constitutes a violation of 18 U.S.C. §1030. This system is monitored to ensure proper performance of applicable security features and procedures. Such monitoring
may result in the acquisition, recording and analysis of data being communicated, transmitted, processed or stored in this system by a user. In particular, we monitor the identity of all who access this system, as well as the date and
time of their access. In addition, we review all user-submitted information and data. Unauthorized or improper use of this system may result in administrative disciplinary action, as well as civil and criminal penalties. By continuing to
use this system, you indicate your awareness of and consent to these terms and conditions of use.
</p>
</div>
<a href="/DOJPrivacyActNotice" target="_blank">Privacy Act Statement</a>
</div>
</div>
</div>
<fieldset>
<div class="row">
<div class="large-12 columns">
<input name="navigate" type="hidden" value="" autocomplete="off">
<div id="LoginError" class="page-error none" style="display: none;">
<p>
<i class="icon-warning"></i>
<span id="LoginErrorMessage"></span>
</p>
</div>
</div>
<div class="large-12 columns">
<label>Email Address <input id="loginUsername" name="username" required="" autofocus="" type="text" class="form-control" maxlength="100">
</label>
</div>
<div class="large-12 columns">
<label>Password <input id="loginPassword" name="password" required="" type="password" class="form-control" maxlength="100" autocomplete="off">
</label>
</div>
<div class="large-12 columns">
<button id="LoginSubmit" class="button expanded">Login</button>
</div>
</div>
</fieldset>
<div class="row">
<div class="large-12 columns">
<hr>
</div>
</div>
<div class="row">
<div class="large-8 medium-8 small-12 columns login-link">
<p> Not a registered user? <a href="/Registration">Register for NamUs</a>
</p>
</div>
<div class="large-4 medium-4 small-12 columns login-link">
<a class="right" ng-click="loginModal.ForgotPassword()">Forgot Password</a>
</div>
</div>
</form>
<form id="ForgotPasswordForm" novalidate="" class="ng-pristine ng-valid ng-valid-maxlength">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Forgot Password</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>Enter your email address below and we will email you a link to reset your password.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label error-label="data.errors.emailAddress"> Email Address <input type="text" name="EmailAddress" id="EmailAddress" server-validated="" autofocus="" ng-model="loginModal.emailAddress" ng-change="loginModal.emailAddressError = ''"
class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="100" aria-invalid="false">
<span class="error-text"></span>
<error-message field="data.errors.emailAddress"></error-message>
</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<button id="ForgotPasswordSubmit" class="button expanded" ng-click="loginModal.forgotPasswordSubmit()">Send Request</button>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<hr>
</div>
</div>
<div class="row">
<div class="large-8 medium-8 small-12 columns login-link">
<p> Not a registered user? <a href="/Registration">Register for NamUs</a>
</p>
</div>
<div class="large-4 medium-4 small-12 columns login-link">
<a class="right" ng-click="loginModal.backToLogin()">Back to Login</a>
</div>
</div>
</fieldset>
</form>
<form class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Forgot Password</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>We are processing your request. Please check your email for further instructions to reset your password. It will include a link that will only be valid for one hour and can only be requested once in a 24 hour period.</p>
<p>If you don't receive the email, please verify your email address and check your junk mail folder.</p>
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<button data-close="" ng-click="loginModal.backToLogin()" class="button expanded" aria-label="Close">Close</button>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<hr>
</div>
</div>
<div class="row">
<div class="large-8 medium-8 small-12 columns login-link">
<p> Not a registered user? <a href="/Registration">Register for NamUs</a>
</p>
</div>
<div class="large-4 medium-4 small-12 columns login-link">
<a class="right" ng-click="loginModal.backToLogin()">Back to Login</a>
</div>
</div>
</fieldset>
</form>
<form id="AccountExpiredForm" novalidate="" class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Password Expired</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>Your NamUs password has expired, and you will not be able to log on to your account.</p>
<p>Please take a moment to change your password</p>
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<input id="resetPasswordUrl" type="hidden" value="" autocomplete="off">
<button id="RenewMyAccountButton" class="button expanded" ng-click="loginModal.renewAccount()">Change Password</button>
</div>
</div>
</fieldset>
</form>
<form id="RenewAccountForm" novalidate="" class="ng-pristine ng-valid ng-valid-maxlength">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Change Password</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>Please change your password.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div id="RenewalError" class="page-error none">
<p id="RenewalErrorMessage" style="display: none;"></p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label error-label="loginModal.data.errors.newPassword"> New Password <input type="password" name="Password" id="Password" server-validated="" autofocus="" ng-model="loginModal.password"
ng-change="loginModal.clearError(loginModal.data.errors.newPassword)" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="100" autocomplete="off" aria-invalid="false">
<error-message field="loginModal.data.errors.newPassword"></error-message>
</label>
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<label error-label="loginModal.data.errors.confirmPassword"> Confirm Password <input type="password" name="ConfirmPassword" id="ConfirmPassword" server-validated="" ng-model="loginModal.confirmPassword"
ng-change="loginModal.clearError(loginModal.data.errors.confirmPassword)" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="100" autofocus="" autocomplete="off" aria-invalid="false">
<error-message field="loginModal.data.errors.confirmPassword"></error-message>
</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<p class="help-text"><i class="icon-info-with-circle"></i> Your password must have at least 16 characters, may not match any of your last 24 passwords, and may not be the same as your username. You may use any combination of English letters
(upper and lower case), numbers, and most special characters.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<button id="ResetPasswordSubmit" class="button expanded" ng-click="loginModal.resetPassword()">Change Password</button>
</div>
</div>
</fieldset>
</form>
<form class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Password Change Successful</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close reveal" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>Your password has been changed.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<button ng-click="loginModal.backToLogin()" class="button expanded">Continue to Login</button>
</div>
</div>
</fieldset>
</form>
<form id="AccountActivationForm" novalidate="" class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Account Activation</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>Your account activation is still pending. Please activate your account and retry.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div id="AccountActivationError" class="page-error none">
<p id="AccountActivationErrorMessage" style="display: none;"></p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<input id="activateAccountUrl" type="hidden" value="" autocomplete="off">
<button id="SendActivationEmailButton" class="button expanded" ng-click="loginModal.sendActivationEmail()">Resend my activation email</button>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<hr>
</div>
</div>
<div class="row">
<div class="large-8 medium-8 small-12 columns login-link"> </div>
<div class="large-4 medium-4 small-12 columns login-link">
<a class="right" ng-click="loginModal.backToLogin()">Back to Login</a>
</div>
</div>
</fieldset>
</form>
<form id="AccountMigrationForm" novalidate="" class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Account Activation</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>NamUs has been redesigned to enhance user experience, performance and case management. To use the NamUs 2.0 system, your account will need to be verified and updated.</p>
<p>An email has been sent with instructions to complete your account update.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<button data-close="" ng-click="loginModal.backToLogin()" class="button expanded">Close</button>
</div>
</div>
</fieldset>
</form>
<form class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="small-9 medium-10 large-11 columns">
<h2>Activation Email Sent</h2>
</div>
<div class="small-3 medium-2 large-1 columns">
<button class="close-button right" data-close="" aria-label="Close" ng-click="loginModal.closeWindow()" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="row">
<div class="large-12 columns end">
<p>You will receive an email to activate your account.</p>
<p>If you do not receive this email in the next 15 minutes, please check your spam/junk email folder. .</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<button ng-click="loginModal.backToLogin()" class="button expanded">Continue to Login</button>
</div>
</div>
</fieldset>
</form>
<form id="SessionExpiringForm" novalidate="" class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="large-12 columns">
<i class="icon-hour-glass"></i>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h2>Session Expiring Soon</h2>
</div>
<div class="large-12 columns end">
<p>Your session will expire soon due to inactivity. Please click the button below to keep your session active.</p>
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<button id="ContinueSessionButton" class="button expanded" ng-click="vm.continueSession()">Stay Logged In</button>
</div>
</div>
</fieldset>
</form>
<form id="SessionExpiredForm" novalidate="" class="ng-pristine ng-valid">
<fieldset>
<div class="row">
<div class="large-12 columns">
<i class="icon-hour-glass"></i>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h2>Your session has expired due to inactivity.</h2>
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<button id="SessionExpiredLoginButton" class="button expanded" ng-click="vm.sessionExpiredLogin()">Login</button>
</div>
</div>
</fieldset>
</form>
Text Content
* NamUs.gov * Dashboard * Missing Persons * Unidentified Persons * Unclaimed Persons * Agencies * Users * Sponsorships * * My Profile * Register * Login * Log Out * Español * * * NamUs.gov * Dashboard * Missing Persons * Unidentified Persons * Unclaimed Persons * Español * Register * Login * * Welcome * Dashboard * My Profile * Log Out 1. Admin Tool 2. Status 3. Duplicates 4. Pending Changes DASHBOARD * * Gallery * List * Missing * Unidentified * Unclaimed Recent Missing Person / NamUs #MP127733 EDENIA S BROWN, Female, -- Date of Last ContactAugust 18, 2024 Missing FromFort Lauderdale, FL Missing Age91 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127734 CAMONTIE K HARRISON, Male, -- Date of Last ContactAugust 18, 2024 Missing FromJacksonville, FL Missing Age13 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127731 JERELL ALPHONSO KELLY, Male, -- Date of Last ContactAugust 18, 2024 Missing FromJacksonville, FL Missing Age15 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127728 JOSEPH LOUIS VALASQUEZ JR, Male, -- Date of Last ContactAugust 18, 2024 Missing FromJacksonville, FL Missing Age36 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127720 Angela Stroheker, Female, -- Date of Last ContactAugust 17, 2024 Missing FromBaker, FL Missing Age63 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127718 SHEENDHAINAH RENEE ROMAIN, Female, -- Date of Last ContactAugust 17, 2024 Missing FromNorth Miami Beach, FL Missing Age13 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127713 TRAVIS DANIEL SZUBA, Male, -- Date of Last ContactAugust 01, 2024 Missing FromLargo, FL Missing Age40 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127711 JUAN CARLOS GOMEZ ANTONIO, Male, -- Date of Last ContactAugust 17, 2024 Missing FromFort Myers, FL Missing Age23 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127710 ROY BAILEY NEWBERN, Male, -- Date of Last ContactAugust 15, 2024 Missing FromJacksonville, FL Missing Age67 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127790 ADRIAN IVAN DANIEL VEGA, Male, -- Date of Last ContactAugust 19, 2024 Missing FromSpring Hill, FL Missing Age17 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127661 KEYANNE SHARDA COYT, Female, -- Date of Last ContactAugust 16, 2024 Missing FromDavenport, FL Missing Age37 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127664 JONATHAN ERICK LOPEZ ESTRADA, Male, -- Date of Last ContactAugust 16, 2024 Missing FromJacksonville, FL Missing Age15 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127671 ROBINSON JEAN-MARIE, Male, -- Date of Last ContactAugust 16, 2024 Missing FromWest Palm Beach, FL Missing Age49 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127673 SABRINA P ANDRE, Female, -- Date of Last ContactAugust 16, 2024 Missing FromWest Palm Beach, FL Missing Age25 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127679 RINALDY ANTONIO GIL RAMIREZ, Male, -- Date of Last ContactAugust 16, 2024 Missing FromJacksonville, FL Missing Age17 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127588 SANTRICE LE NAY MCGRIFF, Female, -- Date of Last ContactAugust 14, 2024 Missing FromJacksonville, FL Missing Age17 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127658 JAIME HERNANDEZ, Male, -- Date of Last ContactAugust 14, 2024 Missing FromKissimmee, FL Missing Age27 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127651 WESLEY MARSHALL HICKMAN, Male, -- Date of Last ContactAugust 15, 2024 Missing FromJacksonville, FL Missing Age42 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127649 CYNTHIA MICHELE MARTIN, Female, -- Date of Last ContactAugust 16, 2024 Missing FromJacksonville, FL Missing Age69 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127647 Alisa McQueen, Female, -- Date of Last ContactAugust 15, 2024 Missing FromWest Palm Beach, FL Missing Age17 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127640 MOHAMMED NICKEL, Male, -- Date of Last ContactAugust 15, 2024 Missing FromFort Lauderdale, FL Missing Age27 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127634 Kevaya Amiah Porter, Female, -- Date of Last ContactJuly 26, 2024 Missing FromAsheville, NC Missing Age15 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127628 FERNANDA YULIZA PADILLA BUENO, Female, -- Date of Last ContactAugust 11, 2024 Missing FromWest Palm Beach, FL Missing Age20 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127627 SAMUEL DEWAYNE WILLIAMS, Male, -- Date of Last ContactAugust 13, 2024 Missing FromJacksonville, FL Missing Age13 Years Date ModifiedAugust 20, 2024 Missing Person / NamUs #MP127626 Jocelyn Charles, Male, -- Date of Last ContactAugust 13, 2024 Missing FromWest Palm Beach, FL Missing Age44 Years Date ModifiedAugust 20, 2024 Case 1 DLC 1 Date Modified 1 Legal Last Name 1 Legal First Name 1 Missing Age 1 City 1 State 1 Biological Sex 1 MP127733 08/18/2024 08/20/2024 BROWN EDENIA 91 Years Fort Lauderdale FL Female MP127734 08/18/2024 08/20/2024 HARRISON CAMONTIE 13 Years Jacksonville FL Male MP127731 08/18/2024 08/20/2024 KELLY JERELL 15 Years Jacksonville FL Male MP127728 08/18/2024 08/20/2024 VALASQUEZ JR JOSEPH 36 Years Jacksonville FL Male MP127720 08/17/2024 08/20/2024 Stroheker Angela 63 Years Baker FL Female MP127718 08/17/2024 08/20/2024 ROMAIN SHEENDHAINAH 13 Years North Miami Beach FL Female MP127713 08/01/2024 08/20/2024 SZUBA TRAVIS 40 Years Largo FL Male MP127711 08/17/2024 08/20/2024 GOMEZ ANTONIO JUAN 23 Years Fort Myers FL Male MP127710 08/15/2024 08/20/2024 NEWBERN ROY 67 Years Jacksonville FL Male MP127790 08/19/2024 08/20/2024 VEGA ADRIAN 17 Years Spring Hill FL Male MP127661 08/16/2024 08/20/2024 COYT KEYANNE 37 Years Davenport FL Female MP127664 08/16/2024 08/20/2024 LOPEZ ESTRADA JONATHAN 15 Years Jacksonville FL Male MP127671 08/16/2024 08/20/2024 JEAN-MARIE ROBINSON 49 Years West Palm Beach FL Male MP127673 08/16/2024 08/20/2024 ANDRE SABRINA 25 Years West Palm Beach FL Female MP127679 08/16/2024 08/20/2024 GIL RAMIREZ RINALDY 17 Years Jacksonville FL Male MP127588 08/14/2024 08/20/2024 MCGRIFF SANTRICE 17 Years Jacksonville FL Female MP127658 08/14/2024 08/20/2024 HERNANDEZ JAIME 27 Years Kissimmee FL Male MP127651 08/15/2024 08/20/2024 HICKMAN WESLEY 42 Years Jacksonville FL Male MP127649 08/16/2024 08/20/2024 MARTIN CYNTHIA 69 Years Jacksonville FL Female MP127647 08/15/2024 08/20/2024 McQueen Alisa 17 Years West Palm Beach FL Female MP127640 08/15/2024 08/20/2024 NICKEL MOHAMMED 27 Years Fort Lauderdale FL Male MP127634 07/26/2024 08/20/2024 Porter Kevaya 15 Years Asheville NC Female MP127628 08/11/2024 08/20/2024 PADILLA BUENO FERNANDA 20 Years West Palm Beach FL Female MP127627 08/13/2024 08/20/2024 WILLIAMS SAMUEL 13 Years Jacksonville FL Male MP127626 08/13/2024 08/20/2024 Charles Jocelyn 44 Years West Palm Beach FL Male / 2550100 items per page 1 - 26 of 25119 items My Profile BECOME A NAMUS USER Register Already a user? Login QUICK SEARCH * Missing * Unidentified * Unclaimed NamUs Number Legal First Name Legal Last Name State * * County * * 0 Possible Results Missing Advanced Search NamUs Number State * * County * * 0 Possible Results Unidentified Advanced Search NamUs Number Legal First Name Legal Last Name 0 Possible Results Unclaimed Advanced Search CONTACT NAMUS * Need help or have a question? Contact Us -------------------------------------------------------------------------------- AGENCY LINKS * DOJ Site * OJP Site * NIJ Site © 2024 NamUs 2.0 Privacy Act Statement DOJ Privacy Policy 20240708.1 LOGIN × By logging in, I agree to the following terms and conditions: You are accessing a U.S. Government information system, which includes: (1) this computer, (2) this computer network, (3) all computers connected to this network, and (4) all devices and storage media attached to this network or to a computer on this network. The use of this system is restricted to authorized users. Unauthorized access, use, or modification of this U.S. Government computer system, or of the data contained herein or in transit to/from this system, constitutes a violation of 18 U.S.C. §1030. This system is monitored to ensure proper performance of applicable security features and procedures. Such monitoring may result in the acquisition, recording and analysis of data being communicated, transmitted, processed or stored in this system by a user. In particular, we monitor the identity of all who access this system, as well as the date and time of their access. In addition, we review all user-submitted information and data. Unauthorized or improper use of this system may result in administrative disciplinary action, as well as civil and criminal penalties. By continuing to use this system, you indicate your awareness of and consent to these terms and conditions of use. Privacy Act Statement Email Address Password Login -------------------------------------------------------------------------------- Not a registered user? Register for NamUs Forgot Password FORGOT PASSWORD × Enter your email address below and we will email you a link to reset your password. Email Address Send Request -------------------------------------------------------------------------------- Not a registered user? Register for NamUs Back to Login FORGOT PASSWORD × We are processing your request. Please check your email for further instructions to reset your password. It will include a link that will only be valid for one hour and can only be requested once in a 24 hour period. If you don't receive the email, please verify your email address and check your junk mail folder. Close -------------------------------------------------------------------------------- Not a registered user? Register for NamUs Back to Login PASSWORD EXPIRED × Your NamUs password has expired, and you will not be able to log on to your account. Please take a moment to change your password Change Password CHANGE PASSWORD × Please change your password. New Password Confirm Password Your password must have at least 16 characters, may not match any of your last 24 passwords, and may not be the same as your username. You may use any combination of English letters (upper and lower case), numbers, and most special characters. Change Password PASSWORD CHANGE SUCCESSFUL × Your password has been changed. Continue to Login ACCOUNT ACTIVATION × Your account activation is still pending. Please activate your account and retry. Resend my activation email -------------------------------------------------------------------------------- Back to Login ACCOUNT ACTIVATION × NamUs has been redesigned to enhance user experience, performance and case management. To use the NamUs 2.0 system, your account will need to be verified and updated. An email has been sent with instructions to complete your account update. Close ACTIVATION EMAIL SENT × You will receive an email to activate your account. If you do not receive this email in the next 15 minutes, please check your spam/junk email folder. . Continue to Login THE NAMUS DATABASE APPLICATION IS NOW AT NAMUS.GOV × We have redirected you to the new NamUs.gov website and application. Missing Persons, Unidentified Persons, and Unclaimed Persons cases are available at one address. Please update any bookmarks to this new url. Continue to Login Close -------------------------------------------------------------------------------- Not a registered user? Register for NamUs Close THE NAMUS DATABASE APPLICATION IS NOW AT NAMUS.GOV × We have redirected you to the new NamUs.gov website and application. Missing Persons, Unidentified Persons, and Unclaimed Persons cases are available at one address. Please update any bookmarks to this new url. Continue to Login Close -------------------------------------------------------------------------------- Not a registered user? Register for NamUs Close SESSION EXPIRING SOON Your session will expire soon due to inactivity. Please click the button below to keep your session active. Stay Logged In YOUR SESSION HAS EXPIRED DUE TO INACTIVITY. Login