mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-12 19:45:58 +03:00
Initial stab at templates
This commit is contained in:
8
src/static/templates/email_invite_accepted.hbs
Normal file
8
src/static/templates/email_invite_accepted.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
Invitation accepted
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
Your invitation for <b>{{email}}</b> to join <b>{{org_name}}</b> was accepted.
|
||||
Please <a href="{{url}}">log in</a> to the bitwarden_rs server and confirm them from the organization management page.
|
||||
</p>
|
||||
</html>
|
8
src/static/templates/email_invite_confirmed.hbs
Normal file
8
src/static/templates/email_invite_confirmed.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
Invitation to {{org_name}} confirmed
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
Your invitation to join <b>{{org_name}}</b> was confirmed.
|
||||
It will now appear under the Organizations the next time you <a href="{{url}}">log in</a> to the web vault.
|
||||
</p>
|
||||
</html>
|
3
src/static/templates/email_pw_hint_none.hbs
Normal file
3
src/static/templates/email_pw_hint_none.hbs
Normal file
@@ -0,0 +1,3 @@
|
||||
Sorry, you have no password hint...
|
||||
<!---------------->
|
||||
Sorry, you have not specified any password hint...
|
7
src/static/templates/email_pw_hint_some.hbs
Normal file
7
src/static/templates/email_pw_hint_some.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
Your master password hint
|
||||
<!---------------->
|
||||
You (or someone) recently requested your master password hint.
|
||||
|
||||
Your hint is: "{{hint}}"
|
||||
|
||||
If you did not request your master password hint you can safely ignore this email.
|
12
src/static/templates/email_send_org_invite.hbs
Normal file
12
src/static/templates/email_send_org_invite.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
Join {{org_name}}
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
You have been invited to join the <b>{{org_name}}</b> organization.
|
||||
<br>
|
||||
<br>
|
||||
<a href="{{url}}/#/accept-organization/?organizationId={{org_id}}&organizationUserId={{org_user_id}}&email={{email}}&organizationName={{org_name}}&token={{token}}">
|
||||
Click here to join</a>
|
||||
</p>
|
||||
<p>If you do not wish to join this organization, you can safely ignore this email.</p>
|
||||
</html>
|
Reference in New Issue
Block a user