-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into DXCDT-741-add-custom-email-provider
- Loading branch information
Showing
7 changed files
with
55 additions
and
37 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
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
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 |
---|---|---|
|
@@ -218,3 +218,18 @@ tests: | |
syntax: "liquid" | ||
urlLifetimeInSeconds: "6100" | ||
enabled: "true" | ||
021 - it successfully updates change-password-code email template: | ||
command: auth0 email templates update change-password-code --enabled --body "<h1>Change password (by code)</h1>" --from "[email protected]" --lifetime 6100 --subject "Change password (using code)" --url "travel0.com" --force | ||
exit-code: 0 | ||
|
||
022 - it successfully shows change-password-code email template: | ||
command: auth0 email templates show change-password-code | ||
exit-code: 0 | ||
stdout: | ||
contains: | ||
- TEMPLATE reset_email_by_code | ||
- FROM [email protected] | ||
- SUBJECT Change password (using code) | ||
- RESULT URL travel0.com | ||
- RESULT URL LIFETIME 6100 | ||
- ENABLED ✓ |
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