Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jdabtieu/CTFOJ
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Jan 21, 2021
2 parents 0faf587 + e0ee631 commit 557cc47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/forgotpassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ <h1 class="text-center">Forgot Password</h1>
<script src="https://hcaptcha.com/1/api.js" async defer></script>
<input class="form-control form-group" name="email" placeholder="Email Address" type="text" required>
<button class="btn btn-primary" type="submit">Reset Password</button>
<hr>
<div class="h-captcha" data-sitekey= {{ site_key }} ></div>
{% if USE_CAPTCHA %}
<hr>
<div class="h-captcha" data-sitekey= {{ site_key }} ></div>
{% endif %}
</form>
<br>
<p>If there is an account associated with the email you provided, a link to reset your password has been sent to that link. Be sure to check your spam folder!</p>
Expand Down

0 comments on commit 557cc47

Please sign in to comment.