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
@@ -149,12 +150,13 @@ There are different files for different parts of the email:
149
150
Placeholders allow to dynamically insert text into the template file content. The placeholders are filled in according to the key-value definitions returned by the placeholder callback in the adapter configuration.
150
151
151
152
This is using the [mustache](http://mustache.github.io/mustache.5.html) template syntax. The most commonly used tags are:
152
-
-`{{double-mustache}}`
153
+
-`{{double-mustache}}`: The most basic form of tag; inserts text as HTML escaped by default.
154
+
-`{{{triple-mustache}}}`: Inserts text with unescaped HTML, which is required to insert a URL for example.
153
155
154
-
The most basic form of tag; inserts text as HTML escaped by default.
155
-
-`{{{triple-mustache}}}`
156
-
157
-
Inserts text with unescaped HTML, which is required to insert a URL for example.
156
+
By default, the following placeholders are available in the password reset and email verification templates:
157
+
-`appName`: The app name as defined in the Parse Server configuration.
158
+
-`username`: The username of the user who requested the email.
159
+
-`link`: The URL to the password reset or email verification form.
0 commit comments