fix: remove misleading documentation (#6927)

removes misleading documentation around which fields on the USER model can be used in the email templates
This commit is contained in:
Nusrath Khan 2020-07-15 18:04:57 +02:00 committed by GitHub
parent ba6753f21a
commit f496970cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
@ -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`).