Skip to content

Commit

Permalink
fix: remove misleading documentation (#6927)
Browse files Browse the repository at this point in the history
removes misleading documentation around which fields on the USER model can be used in the email templates
  • Loading branch information
nunsie committed Jul 15, 2020
1 parent ba6753f commit f496970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/v3.x/plugins/users-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ You can update these templates under **Plugins** > **Roles & Permissions** > **E
- `USER` (object)
- `username`
- `email`
- ...and any other field that you added manually in the model.
- `TOKEN` corresponds to the token generated to be able to reset the password.
- `URL` is the link where the user will be redirected after clicking on it in the email.

Expand All @@ -757,7 +756,6 @@ You can update these templates under **Plugins** > **Roles & Permissions** > **E
- `USER` (object)
- `username`
- `email`
- ...and any other field that you added manually in the model.
- `CODE` corresponds to the CODE generated to be able confirm the user email.
- `URL` is the Strapi backend URL that confirms the code (by default `/auth/email-confirmation`).

Expand Down

0 comments on commit f496970

Please sign in to comment.