www.sighthound.com
Open in
urlscan Pro
52.1.54.51
Public Scan
Submitted URL: https://www.sighthound.com/account/#/account
Effective URL: https://www.sighthound.com/account/
Submission: On February 09 via manual from US
Effective URL: https://www.sighthound.com/account/
Submission: On February 09 via manual from US
Form analysis
2 forms found in the DOMName: registerForm —
<form autocomplete="off" novalidate="" class="form-horizontal ng-pristine ng-invalid ng-invalid-required" role="form" ng-submit="registerUser()" id="registerForm" name="registerForm">
<div class="form-group" ng-class="{ 'has-error': registration.submitted && registerForm.inputFirstName.$invalid}">
<label for="inputFirstName" class="col-sm-3 control-label">First Name</label>
<div class="col-sm-7">
<input required="" type="text" class="form-control ng-pristine ng-invalid ng-invalid-required" id="inputFirstName" name="inputFirstName" placeholder="First Name" ng-model="newAccount.user.first_name" maxlength="30">
<p ng-show="registration.submitted && registerForm.inputFirstName.$invalid" class="help-block ng-hide">First Name is required.</p>
</div>
</div>
<div class="form-group" ng-class="{ 'has-error': registration.submitted && registerForm.inputLastName.$invalid}">
<label for="inputLastName" class="col-sm-3 control-label">Last Name</label>
<div class="col-sm-7">
<input required="" type="text" class="form-control ng-pristine ng-invalid ng-invalid-required" id="inputLastName" name="inputLastName" placeholder="Last Name" ng-model="newAccount.user.last_name" maxlength="30">
<p ng-show="registration.submitted && registerForm.inputLastName.$invalid" class="help-block ng-hide">Last Name is required.</p>
</div>
</div>
<div class="form-group" ng-class="{ 'has-error': registration.submitted && registerForm.inputNewEmail.$invalid}">
<label for="inputNewEmail" class="col-sm-3 control-label">Email</label>
<div class="col-sm-7">
<input required="" type="email" class="form-control ng-pristine ng-invalid ng-invalid-required ng-valid-email" id="inputNewEmail" name="inputNewEmail" placeholder="Email" ng-model="newAccount.user.email" maxlength="225">
<p ng-show="registration.submitted && registerForm.inputNewEmail.$invalid" class="help-block ng-hide">Enter a valid email address.</p>
</div>
</div>
<div class="form-group" ng-class="{ 'has-error': registration.submitted && (registerForm.inputNewPassword.$invalid)}">
<label for="inputNewPassword" class="col-sm-3 control-label">Password</label>
<div class="col-sm-7">
<input required="" type="password" class="form-control ng-pristine ng-invalid ng-invalid-required ng-valid-minlength" name="inputNewPassword" id="inputNewPassword" placeholder="Password" ng-model="newAccount.user.password" ng-minlength="7">
<p ng-show="registerForm.inputNewPassword.$error.minlength || (registerForm.inputNewPassword.$invalid && registration.submitted)" class="help-block ng-hide">Passwords must be at least 7 characters long.</p>
</div>
</div>
<div class="form-group" ng-class="{ 'has-error': registerForm.inputPasswordConfirm.$error.match || (registration.submitted && registerForm.inputPasswordConfirm.$invalid)}">
<label for="inputPasswordConfirm" class="col-sm-3 control-label sr-only">Confirm Password</label>
<div class="col-sm-7">
<input required="" type="password" class="form-control ng-isolate-scope ng-pristine ng-invalid ng-invalid-required ng-valid-match" name="inputPasswordConfirm" id="inputPasswordConfirm" placeholder="Confirm Password"
data-match="newAccount.user.password" ng-model="inputConfirmPassword" ng-disabled="registerForm.inputNewPassword.$invalid" disabled="disabled">
<p ng-show="registerForm.inputPasswordConfirm.$error.match || (registration.submitted && registerForm.inputPasswordConfirm.$invalid)" class="help-block ng-hide">Passswords do not match.</p>
</div>
</div>
<div class="form-group">
<div class="col-sm-3"> </div>
<label for="chkTerms" id="lblChkTerms" class="col-sm-7 control-label text-left"><input required="" type="checkbox" id="chkTerms" name="chkTerms" ng-model="newAccount.termsAccepted" class="ng-pristine ng-invalid ng-invalid-required"> I agree to
the <a href="/privacy" target="_blank">Privacy Policy</a>, <a href="/terms" target="_blank">Terms of Use</a>, and to be contacted by Sighthound regarding its products and services.<p
ng-show="registerForm.chkTerms.$invalid && registration.submitted" class="help-block nested-help-block ng-hide">You must agree to the Terms of Use and Privacy Policy to access our services and software.</p></label>
</div>
<div class="form-group">
<div class="col-sm-3"> </div>
<label for="chkAge" id="lblChkAge" class="col-sm-7 control-label text-left"><input required="" type="checkbox" id="chkAge" name="chkAge" ng-model="newAccount.ageAccepted" class="ng-pristine ng-invalid ng-invalid-required"> Yes, I am at least 16
years of age.<p ng-show="registerForm.chkAge.$invalid && registration.submitted" class="help-block nested-help-block ng-hide">You must be at least 16 years old to create an account.</p></label>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-7">
<div class="g-recaptcha" data-sitekey="6LcJnE0UAAAAADYKLHdNKnaq_4PAgBCudHnORdvk" data-callback="rcvalidate">
<div style="width: 304px; height: 78px;">
<div><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcJnE0UAAAAADYKLHdNKnaq_4PAgBCudHnORdvk&co=aHR0cHM6Ly93d3cuc2lnaHRob3VuZC5jb206NDQz&hl=en&v=v1549298964057&size=normal&cb=7isbb8b66a0d"
width="304" height="78" role="presentation" name="a-6nuadq30u0hh" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-7">
<button type="submit" class="btn btn-wider btn-info" ng-disabled="registerForm.inputPasswordConfirm.$invalid || isSubmitButtonDisabled || !rcvalidated" disabled="disabled">Submit</button>
</div>
</div>
</form>
<form autocomplete="on" class="form-inline ng-pristine ng-valid" role="form" ng-submit="loginUser();">
<div class="form-group">
<label for="inputEmail" class="control-label">Email</label>
<input type="text" class="form-control ng-pristine ng-valid" id="inputEmail" placeholder="Email" ng-model="user.email">
</div>
<div class="form-group">
<label for="inputPassword" class="control-label">Password</label>
<input type="password" class="form-control ng-pristine ng-valid" id="inputPassword" placeholder="Password" ng-model="user.password">
</div>
<div class="form-group">
<button type="submit" class="btn btn-wider btn-info" ng-disabled="isLoginButtonDisabled">Sign in</button>
</div>
</form>
Text Content
* Home * Products * Home * Sighthound Video * Cloud API * Sentry * Redactor * Technology * Blog * Support * My Account * Download Skip to main content * Products * Sighthound Video * Cloud API * Sentry * Redactor * Technology * Blog * Support * My Account * Download My Account | Downloads | Talk To An Expert SIGHTHOUND ACCOUNT Log in or sign up below to download Sighthound Video, access the Cloud API, or manage your account. New user? Enter your name and email address below. First Name First Name is required. Last Name Last Name is required. Email Enter a valid email address. Password Passwords must be at least 7 characters long. Confirm Password Passswords do not match. I agree to the Privacy Policy, Terms of Use, and to be contacted by Sighthound regarding its products and services. You must agree to the Terms of Use and Privacy Policy to access our services and software. Yes, I am at least 16 years of age. You must be at least 16 years old to create an account. Submit We take your privacy seriously and will not provide your contact details to others. Already have a Sighthound Account? Log in here. Email Password Sign in Forgot password? Click here. * Home * Products * Support * Careers * FAQ * Download * About * Press * Contact Us Privacy Policy | Terms of Use © 2019 Sighthound, Inc.