mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
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:
parent
ba6753f21a
commit
f496970cbf
@ -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`).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user