chore(passwordless): Update to freeCodeCamp
This commit is contained in:
committed by
Berkeley Martinez
parent
7f657f7bd5
commit
f3804bb553
@ -601,7 +601,7 @@ module.exports = function(User) {
|
||||
type: 'email',
|
||||
to: user.email,
|
||||
from: 'Team@freecodecamp.com',
|
||||
subject: 'Free Code Camp - Authentication Request!',
|
||||
subject: 'freeCodeCamp - Authentication Request!',
|
||||
text: renderAuthEmail({
|
||||
loginEmail,
|
||||
loginToken
|
||||
|
@ -25,9 +25,9 @@ block content
|
||||
.col-sm-6.col-sm-offset-3
|
||||
br
|
||||
p.text-center
|
||||
| Free Code Camp uses passwordless authentication.
|
||||
| freeCodeCamp uses passwordless authentication.
|
||||
br
|
||||
| If you are a new camper use any email, and sign up instantly,
|
||||
| If you are a new camper just use any email, and sign up instantly,
|
||||
| or use your existing email with us, if you already have an account.
|
||||
br
|
||||
p.text-center
|
||||
|
@ -1,7 +1,7 @@
|
||||
extends ../layout
|
||||
block content
|
||||
.text-center
|
||||
h2 Welcome to Free Code Camp.
|
||||
h2 Welcome to freeCodeCamp!
|
||||
br
|
||||
.button-spacer
|
||||
| Sign in or Sign up with one of these options:
|
||||
|
@ -1,6 +1,6 @@
|
||||
Greetings from San Francisco!
|
||||
|
||||
You can now sign in to Free Code Camp, without a password. Just follow the link below:
|
||||
You can now sign in to freeCodeCamp, without a password. Just follow the link below:
|
||||
|
||||
https://freecodecamp.com/passwordless-auth?email=<%= loginEmail %>&token=<%= loginToken %>
|
||||
|
||||
@ -11,5 +11,5 @@ Do not share this email with anyone, doing so may give them access to your accou
|
||||
Good luck with the challenges!
|
||||
|
||||
Thanks,
|
||||
The Free Code Camp Team.
|
||||
The freeCodeCamp Team.
|
||||
team@freecodecamp.com
|
||||
|
@ -1,6 +1,6 @@
|
||||
Greetings from San Francisco!
|
||||
|
||||
Welcome to Free Code Camp. We've created a new account for you.
|
||||
Welcome to freeCodeCamp. We've created a new account for you.
|
||||
To verify and start using your profile just follow the link below:
|
||||
|
||||
https://freecodecamp.com/passwordless-auth?email=<%= loginEmail %>&token=<%= loginToken %>
|
||||
@ -18,5 +18,5 @@ Do not share this email with anyone, doing so may give them access to your accou
|
||||
Good luck with the challenges!
|
||||
|
||||
Thanks,
|
||||
The Free Code Camp Team.
|
||||
The freeCodeCamp Team.
|
||||
team@freecodecamp.com
|
||||
|
Reference in New Issue
Block a user