Fix: Restore email change functionality
This commit is contained in:
13
api-server/server/views/emails/user-request-sign-up.ejs
Normal file
13
api-server/server/views/emails/user-request-sign-up.ejs
Normal file
@@ -0,0 +1,13 @@
|
||||
Welcome to the freeCodeCamp community!
|
||||
|
||||
We have created a new account for you.
|
||||
|
||||
Here's your sign in link. It will instantly sign you into freeCodeCamp.org - no password necessary:
|
||||
|
||||
<%= host %>/internal/passwordless-auth/?email=<%= loginEmail %>&token=<%= loginToken %>
|
||||
|
||||
Note: this sign in link will expire after 15 minutes. If you need a new sign in link, go to https://www.freecodecamp.org/signin
|
||||
|
||||
See you soon!
|
||||
|
||||
- The freeCodeCamp.org Team
|
Reference in New Issue
Block a user