www.namus.gov
Open in
urlscan Pro
2607:f330:5fa1:1021::2e
Public Scan
Submitted URL: https://www.digitaltattoo.com/
Effective URL: https://www.namus.gov/Dashboard
Submission: On September 26 via api from US — Scanned from DE
Effective URL: https://www.namus.gov/Dashboard
Submission: On September 26 via api from US — Scanned from DE
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 * English * Español * * * NamUs.gov * Dashboard * Missing Persons * Unidentified Persons * Unclaimed Persons * English * 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 #MP975 Sophie May Rivera, Female, -- Date of Last ContactSeptember 07, 2003 Missing FromNewport News, VA Missing Age31 Years Date ModifiedSeptember 26, 2024 Missing Person / NamUs #MP130232 Leander Nez, Male, -- Date of Last ContactJanuary 30, 2021 Missing FromSawmill, AZ Missing Age41 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129734 Jorge Sarmiento, Male, -- Date of Last ContactSeptember 07, 2023 Missing FromBorough Park, NY Missing Age31 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP130155 Escarleth Pamela Ramos, Female, -- Date of Last ContactJanuary 15, 2020 Missing FromDavie, FL Missing Age17 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP130161 Bessy Judith Bardales Hernandez, Female, -- Date of Last ContactOctober 28, 2022 Missing FromDavie, FL Missing Age16 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP130145 TANJA TROUTMAN, Female, -- Date of Last ContactSeptember 24, 2024 Missing FromSanford, FL Missing Age16 Years Date ModifiedSeptember 26, 2024 Missing Person / NamUs #MP130154 Exel Perez Chavez, Male, -- Date of Last ContactMarch 01, 2017 Missing FromDavie, FL Missing Age13 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP130152 Luis Alberto Orellana, Male, -- Date of Last ContactDecember 20, 2016 Missing FromDavie, FL Missing Age15 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129629 MYRA SHY LYNNE SMALL, Female, -- Date of Last ContactSeptember 10, 2024 Missing FromJacksonville, FL Missing Age17 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129636 CASSIDY HUTCHINSON, Female, -- Date of Last ContactSeptember 12, 2024 Missing FromNaples, FL Missing Age34 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129647 April Nicole Adkins, Female, -- Date of Last ContactDecember 01, 2023 Missing FromOcklawaha, FL Missing Age36 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129607 Tiffany Anita Flucas, Female, -- Date of Last ContactJuly 24, 2024 Missing FromGreensboro, NC Missing Age17 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129605 Johnathan Julien, Male, -- Date of Last ContactAugust 18, 2024 Missing FromNaples, FL Missing Age16 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129610 KEINAN BROWN JR, Male, -- Date of Last ContactSeptember 15, 2024 Missing FromJacksonville, FL Missing Age15 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP128515 Cecelia Veronica Francisco Thomas, Female, -- Date of Last ContactSeptember 01, 2024 Missing FromImmokalee, FL Missing Age16 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129601 Taylor ALDO WADDELL, Male, -- Date of Last ContactSeptember 09, 2024 Missing FromGreensboro, NC Missing Age16 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129597 Jaklyah Griffin, Female, -- Date of Last ContactSeptember 04, 2024 Missing FromGreensboro, NC Missing Age17 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129598 ANDREW JOSEPH VITOLO, Male, -- Date of Last ContactSeptember 17, 2024 Missing FromDavenport, FL Missing Age45 Years Date ModifiedSeptember 25, 2024 Missing Person / NamUs #MP129591 CHRISTIAN NEGRON IRIZARRY, Male, -- Date of Last ContactSeptember 17, 2024 Missing FromLakeland, FL Missing Age35 Years Date ModifiedSeptember 24, 2024 Missing Person / NamUs #MP129589 SHAYNA MICHELLE WORTHINGTON, Female, -- Date of Last ContactSeptember 16, 2024 Missing FromLecanto, FL Missing Age15 Years Date ModifiedSeptember 24, 2024 Missing Person / NamUs #MP129563 DOROTHY L LARUE, Female, -- Date of Last ContactSeptember 16, 2024 Missing FromLakeland, FL Missing Age67 Years Date ModifiedSeptember 24, 2024 Missing Person / NamUs #MP129567 PRIEST CHRISTOPHER GREEN, Male, -- Date of Last ContactSeptember 16, 2024 Missing FromPort Richey, FL Missing Age15 Years Date ModifiedSeptember 24, 2024 Missing Person / NamUs #MP129578 MONICA ELIZABETH MARIN, Female, -- Date of Last ContactSeptember 16, 2024 Missing FromWinter Haven, FL Missing Age38 Years Date ModifiedSeptember 24, 2024 Missing Person / NamUs #MP129545 Jessica R Barnes, Female, -- Date of Last ContactAugust 01, 2024 Missing FromPendleton, SC Missing Age20 Years Date ModifiedSeptember 24, 2024 Missing Person / NamUs #MP129539 NAKAI L CRAIG, Female, -- Date of Last ContactSeptember 14, 2024 Missing FromJacksonville, FL Missing Age16 Years Date ModifiedSeptember 24, 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 MP975 09/07/2003 09/26/2024 Rivera Sophie 31 Years Newport News VA Female MP130232 01/30/2021 09/25/2024 Nez Leander 41 Years Sawmill AZ Male MP129734 09/07/2023 09/25/2024 Sarmiento Jorge 31 Years Borough Park NY Male MP130155 01/15/2020 09/25/2024 Ramos Escarleth 17 Years Davie FL Female MP130161 10/28/2022 09/25/2024 Bardales Hernandez Bessy 16 Years Davie FL Female MP130145 09/24/2024 09/26/2024 TROUTMAN TANJA 16 Years Sanford FL Female MP130154 03/01/2017 09/25/2024 Chavez Exel 13 Years Davie FL Male MP130152 12/20/2016 09/25/2024 Orellana Luis 15 Years Davie FL Male MP129629 09/10/2024 09/25/2024 SMALL MYRA 17 Years Jacksonville FL Female MP129636 09/12/2024 09/25/2024 HUTCHINSON CASSIDY 34 Years Naples FL Female MP129647 12/01/2023 09/25/2024 Adkins April 36 Years Ocklawaha FL Female MP129607 07/24/2024 09/25/2024 Flucas Tiffany 17 Years Greensboro NC Female MP129605 08/18/2024 09/25/2024 Julien Johnathan 16 Years Naples FL Male MP129610 09/15/2024 09/25/2024 BROWN JR KEINAN 15 Years Jacksonville FL Male MP128515 09/01/2024 09/25/2024 Francisco Thomas Cecelia 16 Years Immokalee FL Female MP129601 09/09/2024 09/25/2024 WADDELL Taylor 16 Years Greensboro NC Male MP129597 09/04/2024 09/25/2024 Griffin Jaklyah 17 Years Greensboro NC Female MP129598 09/17/2024 09/25/2024 VITOLO ANDREW 45 Years Davenport FL Male MP129591 09/17/2024 09/24/2024 NEGRON IRIZARRY CHRISTIAN 35 Years Lakeland FL Male MP129589 09/16/2024 09/24/2024 WORTHINGTON SHAYNA 15 Years Lecanto FL Female MP129563 09/16/2024 09/24/2024 LARUE DOROTHY 67 Years Lakeland FL Female MP129567 09/16/2024 09/24/2024 GREEN PRIEST 15 Years Port Richey FL Male MP129578 09/16/2024 09/24/2024 MARIN MONICA 38 Years Winter Haven FL Female MP129545 08/01/2024 09/24/2024 Barnes Jessica 20 Years Pendleton SC Female MP129539 09/14/2024 09/24/2024 CRAIG NAKAI 16 Years Jacksonville FL Female / 2550100 items per page 1 - 26 of 25009 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 20240816.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