Files
directus/docs/configuration/faq.md
Rijk van Zanten c723085902 Move docs to monorepo (#18052)
* Move docs to monorepo

* Tweaks
2023-04-04 18:23:58 -04:00

390 B

Frequently Asked Questions

Is it possible to update the admin user password via CLI?

You can do this with the following command:

npx directus users passwd --email admin@example.com --password newpasswordhere

Why isn't Directus properly saving Chinese characters or emoji?

Please ensure that the encoding for your database, tables, and fields are set to utf8mb4.