diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index 44ba971..6d78ac3 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -437,8 +437,8 @@
To have your account activated, tell me who you know in the 'who do you know?' field. You will receive - an email with an authentication token; click the link in the email, and you're account will be verified. Once - verified, I can grant you access to the system. + an email with a verification link. Check your email and click the link to verify your email address.
+Once verified, I can grant you access to the system.
Thanks,
James
Dear {{username}},
", + "Hello {{username}},
", "", - "Welcome to ketrenos.com. Before you can access the system, you must authenticate", - "your email address ({{mail}}).
", + "Welcome to ketrenos.com. You are almost done creating your account. ", + "Before you can access the system, you must verify your email address.
", "", - "To do so, simply access this link, which contains your authentication ", - "token: {{secret}}
", + "To do so, simply access this link:
", + "", "", "Sincerely,
", "James
" ].join("\n"), "text": [ - "Dear {{username}},", + "Hello {{username}},", "", - "Welcome to ketrenos.com. Before you can access the system, you must authenticate", - "your email address ({{mail}}).", + "Welcome to ketrenos.com. You are almost done creating your account. ", + "Before you can access the system, you must verify your email address.", "", - "To do so, simply access this link, which contains your authentication ", - "token: {{url}}{{secret}}", + "To do so, simply access this link:", + "", + "{{url}}{{secret}}", "", "Sincerely,", "James"