directus / v8-archive

Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
https://docs.directus.io/api/reference.html
505 stars 204 forks source link

How to rearrange fields in directus_user form? #2070

Open IlyaPetrovM opened 3 years ago

IlyaPetrovM commented 3 years ago

Even though the Admin UI doesn't show it, we can force navigate to it by hacking the URL to admin/#/settings/collections/directus_users and from there we are able to add fields to users. Some quirks: 1) not able to order the fields ;) 2) must do a full page reload.

What's even more interesting: We can "unhide" the token field, and we can set the token directly from the UI when needed for API access, instead of going to the database.

Originally posted by @rdsubhas in https://github.com/directus/directus/issues/2274#issuecomment-586374271

rijkvanzanten commented 3 years ago

This is officially supported starting with v9