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 @@
|
||||
Welcome
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
Thank you for creating an account at <a href="{{url}}">{{url}}</a>. Before you can login with your new account, you must verify this email address 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 create an account, you can safely ignore this email.</p>
|
||||
</html>
|
||||
Reference in New Issue
Block a user