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',
|
type: 'email',
|
||||||
to: user.email,
|
to: user.email,
|
||||||
from: 'Team@freecodecamp.com',
|
from: 'Team@freecodecamp.com',
|
||||||
subject: 'Free Code Camp - Authentication Request!',
|
subject: 'freeCodeCamp - Authentication Request!',
|
||||||
text: renderAuthEmail({
|
text: renderAuthEmail({
|
||||||
loginEmail,
|
loginEmail,
|
||||||
loginToken
|
loginToken
|
||||||
|
@ -25,9 +25,9 @@ block content
|
|||||||
.col-sm-6.col-sm-offset-3
|
.col-sm-6.col-sm-offset-3
|
||||||
br
|
br
|
||||||
p.text-center
|
p.text-center
|
||||||
| Free Code Camp uses passwordless authentication.
|
| freeCodeCamp uses passwordless authentication.
|
||||||
br
|
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.
|
| or use your existing email with us, if you already have an account.
|
||||||
br
|
br
|
||||||
p.text-center
|
p.text-center
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
block content
|
block content
|
||||||
.text-center
|
.text-center
|
||||||
h2 Welcome to Free Code Camp.
|
h2 Welcome to freeCodeCamp!
|
||||||
br
|
br
|
||||||
.button-spacer
|
.button-spacer
|
||||||
| Sign in or Sign up with one of these options:
|
| Sign in or Sign up with one of these options:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Greetings from San Francisco!
|
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 %>
|
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!
|
Good luck with the challenges!
|
||||||
|
|
||||||
Thanks,
|
Thanks,
|
||||||
The Free Code Camp Team.
|
The freeCodeCamp Team.
|
||||||
team@freecodecamp.com
|
team@freecodecamp.com
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Greetings from San Francisco!
|
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:
|
To verify and start using your profile just follow the link below:
|
||||||
|
|
||||||
https://freecodecamp.com/passwordless-auth?email=<%= loginEmail %>&token=<%= loginToken %>
|
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!
|
Good luck with the challenges!
|
||||||
|
|
||||||
Thanks,
|
Thanks,
|
||||||
The Free Code Camp Team.
|
The freeCodeCamp Team.
|
||||||
team@freecodecamp.com
|
team@freecodecamp.com
|
||||||
|
Reference in New Issue
Block a user