Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 393 Bytes

faq.md

File metadata and controls

15 lines (9 loc) · 393 Bytes

Frequently Asked Questions

TK

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

You can do this with the following command:

npx directus users passwd --email [email protected] --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.