- Добавил reCaptcha

- Добавил поддержку rememberMe и хранение сессий в БД.

https://www.youtube.com/watch?v=7cDpbAbhyjc&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=14
This commit is contained in:
Leonid
2025-02-19 20:06:14 +03:00
parent 4bf7fb22c6
commit fe4932fff5
10 changed files with 115 additions and 26 deletions

View File

@@ -53,6 +53,14 @@
</#if>
</div>
</div>
<div class="col-sm-6">
<div class="g-recaptcha" data-sitekey="6LcB49sqAAAAAIvXz46_hEGqtYAzFYYGuY_Y9Rlg"></div>
<#if captchaError??>
<div class="alert alert-danger" role="alert">
${captchaError}
</div>
</#if>
</div>
</#if>
<#if !isRegistrationForm>
<a href="/registration" class="btn btn-primary">Add new user</a>