Proof of concept - User accounts
This commit is contained in:
parent
bf2ed5c339
commit
8f1f084c5b
45 changed files with 826 additions and 610 deletions
39
webapp/web/i18n/files/accountCreatedEmail.html
Normal file
39
webapp/web/i18n/files/accountCreatedEmail.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
{2} {3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Congratulations!</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We have created your new account on {0}, associated with {4}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you did not request this new account you can safely ignore this email.
|
||||
This request will expire if not acted upon for 30 days.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Click the link below to create your password for your new account using our secure server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{5}" title="password">{5}</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If the link above doesn't work, you can copy and paste the link directly into your browser's address bar.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thanks!
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
17
webapp/web/i18n/files/accountCreatedEmail.txt
Normal file
17
webapp/web/i18n/files/accountCreatedEmail.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{2} {3}
|
||||
|
||||
Congratulations!
|
||||
|
||||
We have created your new account on {0},
|
||||
associated with {4}.
|
||||
|
||||
If you did not request this new account you can safely ignore this email.
|
||||
This request will expire if not acted upon for 30 days.
|
||||
|
||||
Paste the link below into your browser's address bar to create your password
|
||||
for your new account using our secure server.
|
||||
|
||||
{5}
|
||||
|
||||
Thanks!
|
||||
|
22
webapp/web/i18n/files/accountCreatedExternalOnlyEmail.html
Normal file
22
webapp/web/i18n/files/accountCreatedExternalOnlyEmail.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>${1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
${2} ${3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Congratulations!</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We have created your new VIVO account associated with ${4}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thanks!
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
${2} ${3}
|
||||
|
||||
Congratulations!
|
||||
|
||||
We have created your new VIVO account associated with
|
||||
${4}.
|
||||
|
||||
Thanks!
|
||||
|
19
webapp/web/i18n/files/accountEmailChanged.html
Normal file
19
webapp/web/i18n/files/accountEmailChanged.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Hi, {2} ${3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You recently changed the email address associated with
|
||||
${2} ${3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thank you.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
6
webapp/web/i18n/files/accountEmailChanged.txt
Normal file
6
webapp/web/i18n/files/accountEmailChanged.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Hi, {2} {3}
|
||||
|
||||
You recently changed the email address associated with
|
||||
{2} {3}
|
||||
|
||||
Thank you.
|
22
webapp/web/i18n/files/accountFirstTimeExternal.html
Normal file
22
webapp/web/i18n/files/accountFirstTimeExternal.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
{2} {3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Congratulations!</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We have created your new {0} account associated with {4}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thanks!
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
8
webapp/web/i18n/files/accountFirstTimeExternal.txt
Normal file
8
webapp/web/i18n/files/accountFirstTimeExternal.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
{2} {3}
|
||||
|
||||
Congratulations!
|
||||
|
||||
We have created your new {0} account associated with
|
||||
{4}
|
||||
|
||||
Thanks!
|
22
webapp/web/i18n/files/passwordCreatedEmail.html
Normal file
22
webapp/web/i18n/files/passwordCreatedEmail.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
{2} {3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Password successfully created.</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your new password associated with {4} has been created.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thank you.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
8
webapp/web/i18n/files/passwordCreatedEmail.txt
Normal file
8
webapp/web/i18n/files/passwordCreatedEmail.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
{2} {3}
|
||||
|
||||
Password successfully created.
|
||||
|
||||
Your new password associated with {4}
|
||||
has been created.
|
||||
|
||||
Thank you.
|
34
webapp/web/i18n/files/passwordRequestPending.html
Normal file
34
webapp/web/i18n/files/passwordRequestPending.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Dear {2} {3}:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We have received a request to reset the password for your {0} account ({4}).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Please follow the instructions below to proceed with your password reset.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you did not request this new account you can safely ignore this email.
|
||||
This request will expire if not acted upon within 30 days.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Click on the link below or paste it into your browser's address bar to reset your password
|
||||
using our secure server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{5}" title="password">{5}</a>
|
||||
</p>
|
||||
|
||||
<p>Thank you!</p>
|
||||
</body>
|
||||
</html>
|
16
webapp/web/i18n/files/passwordRequestPending.txt
Normal file
16
webapp/web/i18n/files/passwordRequestPending.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
Dear {2} {3}:
|
||||
|
||||
We have received a request to reset the password for your {0} account
|
||||
({4}).
|
||||
|
||||
Please follow the instructions below to proceed with your password reset.
|
||||
|
||||
If you did not request this new account you can safely ignore this email.
|
||||
This request will expire if not acted upon within 30 days.
|
||||
|
||||
Paste the link below into your browser's address bar to reset your password
|
||||
using our secure server.
|
||||
|
||||
{5}
|
||||
|
||||
Thank you!
|
22
webapp/web/i18n/files/passwordResetComplete.html
Normal file
22
webapp/web/i18n/files/passwordResetComplete.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
{2} {3}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Password successfully changed.</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your new password associated with {4} has been changed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thank you.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
8
webapp/web/i18n/files/passwordResetComplete.txt
Normal file
8
webapp/web/i18n/files/passwordResetComplete.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
{2} {3}
|
||||
|
||||
Password successfully changed.
|
||||
|
||||
Your new password associated with {4}
|
||||
has been changed.
|
||||
|
||||
Thank you.
|
34
webapp/web/i18n/files/passwordResetPending.html
Normal file
34
webapp/web/i18n/files/passwordResetPending.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{1}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Dear {2} {3}:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We have received a request to reset the password for your {0} account ({4}).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Please follow the instructions below to proceed with your password reset.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you did not request this new account you can safely ignore this email.
|
||||
This request will expire if not acted upon within 30 days.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Click on the link below or paste it into your browser's address bar to reset your password
|
||||
using our secure server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{5}" title="password">{5}</a>
|
||||
</p>
|
||||
|
||||
<p>Thank you!</p>
|
||||
</body>
|
||||
</html>
|
16
webapp/web/i18n/files/passwordResetPending.txt
Normal file
16
webapp/web/i18n/files/passwordResetPending.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
Dear {2} {3}:
|
||||
|
||||
We have received a request to reset the password for your {0} account
|
||||
({4}).
|
||||
|
||||
Please follow the instructions below to proceed with your password reset.
|
||||
|
||||
If you did not request this new account you can safely ignore this email.
|
||||
This request will expire if not acted upon within 30 days.
|
||||
|
||||
Paste the link below into your browser's address bar to reset your password
|
||||
using our secure server.
|
||||
|
||||
{5}
|
||||
|
||||
Thank you!
|
Loading…
Add table
Add a link
Reference in a new issue