ch15.3
This commit is contained in:
@@ -7,6 +7,13 @@ Thanks for signing up for a Greenlight account. We're excited to have you on boa
|
||||
|
||||
For future reference, your user ID number is {{.ID}}.
|
||||
|
||||
Please send a request to the `PUT /v1/users/activated` endpoint with the following JSON
|
||||
body to activate your account:
|
||||
|
||||
{"token": "{{.activationToken}}"}
|
||||
|
||||
Please note that this is a one-time use token and it will expire in 3 days.
|
||||
|
||||
Thanks,
|
||||
|
||||
The Greenlight Team
|
||||
@@ -26,6 +33,12 @@ The Greenlight Team
|
||||
<p>Hi,</p>
|
||||
<p>Thanks for signing up for a Greenlight account. We're excited to have you on board!</p>
|
||||
<p>For future reference, your user ID number is {{.ID}}.</p>
|
||||
<p>Please send a request to the <code>PUT /v1/users/activated</code> endpoint with the
|
||||
following JSON body to activate your account:</p>
|
||||
<pre><code>
|
||||
{"token": "{{.activationToken}}"}
|
||||
</code></pre>
|
||||
<p>Please note that this is a one-time use token and it will expire in 3 days.</p>
|
||||
<p>Thanks,</p>
|
||||
<p>The Greenlight Team</p>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user