Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Aug 25, 2023
1 parent 38d5e32 commit 1e18d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/plugins/users-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Setting JWT expiry for more than 30 days is **not recommended** due to security

If you have added any additional fields to your user model that need to be accepted on registration, they need to be added to the list of allowed fields in the `register` configuration option, otherwise they will not be accepted.

For example, if you have added a field called "nickname" that you wish to accept from the user:
For example, if you have added a field called "nickname" that you wish to accept from the API on user registration:

<Tabs groupId="js-ts">

Expand Down

0 comments on commit 1e18d25

Please sign in to comment.