add user id to mail verification url

This commit is contained in:
Alex
2025-03-11 20:47:31 +01:00
parent feb8abcc42
commit c7865d0582
3 changed files with 4 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
</div>
<div style="text-align: center; padding: 16px 24px 16px 24px">
<a
href="{{.BASEURL}}/api/users/verify?token={{.Token}}"
href="{{.BASEURL}}/api/users/verify/{{.ID}}?token={{.Token}}"
style="
color: #ffffff;
font-size: 26px;