mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-09-01 23:47:53 +00:00
Implement change-email, email-verification, account-recovery, and welcome notifications
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Verify Your Email
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
Verify this email address for your account by clicking the link below.
|
||||
<br>
|
||||
<br>
|
||||
<a href="{{url}}/#/verify-email/?userId={{user_id}}&token={{token}}">
|
||||
Verify Email Address Now</a>
|
||||
</p>
|
||||
<p>If you did not request to verify your account, you can safely ignore this email.</p>
|
||||
</html>
|
||||
Reference in New Issue
Block a user