How to edit nickname

Is it possible to edit nickname yet? It seems to take the first part of the email, which is really stupid. Surely a company like Auth0 provides a way to edit the nickname?

The Management API allows to update it, see

https://auth0.com/docs/api/management/v2#!/Users/patch_users_by_id

These are the attributes that can be updated at the root level:

nickname

Can also be done automatically within a Rule when a user authenticates.

Is there a way to add the nickname to the registration form? I don’t want to have to figure out an entire API and/or Rules to do such a simple thing.

Is there a way to add the nickname to the registration form?

In the database connection configuration (Auth Dashboard > Connections > Database Connections > Connection Settings), you can configure that a username is required. This would be in claim username though. If you need it in nickname you’d need to map this via Rule or Hook.

In the “Attaching a user to a reservation” section of the tutorial

Is this related to the original topic? If not, please create a separate thread for this.