You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::note While they refer to the same underlying template, template types are different from template names. The the template type
92
-
(for example , `recovery_code_valid`) is the runtime identifier. The template name (for example, `recovery_code.valid`) is the
93
-
configuration-time identifier. :::
91
+
:::note
92
+
93
+
While they refer to the same underlying template, template types are different from template names. The template type (for example
94
+
, `recovery_code_valid`) is the runtime identifier. The template name (for example, `recovery_code.valid`) is the
95
+
configuration-time identifier.
96
+
97
+
:::
94
98
95
99
The following list of template types is imported directly from the Ory Kratos source code and stays in sync with it:
96
100
@@ -120,13 +124,6 @@ source file above.
120
124
|`verifiable_address_changed`| A verifiable address on an identity changes; sent to the previous address(es). | Only if the `notify_previous_addresses` hook is enabled. |
121
125
|`stub`| Not sent in production. | Test stub used by the Ory Kratos test suite. It does not correspond to a real email. |
122
126
123
-
:::note
124
-
125
-
The `stub` type appears in the embedded source above because it is part of the `TemplateType` enum, but it is a test stub used by
126
-
the Ory Kratos test suite and never produces a real email.
127
-
128
-
:::
129
-
130
127
## Using custom message templates
131
128
132
129
Templates can be customized to fit your own branding and requirements. If you don't customize a specific template, the system
0 commit comments