forked from AlexBHarley/express-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sendgrid directly, CORS_ORGINS config, fix auth.ctrl
- Loading branch information
Adam Buczynski
committed
Jun 28, 2016
1 parent
c0f0090
commit 952d3e2
Showing
20 changed files
with
175 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text eol=lf | ||
|
||
# Binary files | ||
*.png binary | ||
*.jpg binary | ||
*.woff binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# Common | ||
.DS_Store | ||
Thumbs.db | ||
*.sublime-* | ||
*.log | ||
node_modules | ||
coverage | ||
|
||
# App | ||
config/local.* | ||
keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
# Common | ||
.DS_Store | ||
Thumbs.db | ||
*.sublime-* | ||
*.log | ||
node_modules | ||
coverage | ||
|
||
# App | ||
config/local.* | ||
keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
{ | ||
"user": { | ||
"mail": { | ||
"verifyEmailAddress": { | ||
"mail": { | ||
"subject": "Verify your email address", | ||
"instructions": "Please verify your email address by clicking on the following link:", | ||
"action": "verify my email address" | ||
} | ||
"subject": "Verify your email address", | ||
"instructions": "Please verify your email address by clicking on the following link:", | ||
"action": "verify my email address" | ||
}, | ||
"resetPassword": { | ||
"mail": { | ||
"subject": "Reset your password", | ||
"instructions": "Reset your password by clicking on the following link:", | ||
"action": "reset password", | ||
"validityNotice": "This link is only valid for {{numHours}} hours.", | ||
"ignoreNotice": "If you did not request to change your password, you can ignore this email." | ||
} | ||
"subject": "Reset your password", | ||
"instructions": "Reset your password by clicking on the following link:", | ||
"action": "reset password", | ||
"validityNotice": "This link is only valid for {{numHours}} hours.", | ||
"ignoreNotice": "If you did not request to change your password, you can ignore this email." | ||
}, | ||
"passwordHasChanged": { | ||
"mail": { | ||
"subject": "Your password has been reset", | ||
"confirmation": "Your password has been reset." | ||
} | ||
"subject": "Your password has been reset", | ||
"confirmation": "Your password has been reset." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.