Files
directus/docs/app/faq.md
Kevin Lewis 61f7e96c6f Updating the Information Architecture of Docs (#18190)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: bryantgillespie <hey@bryantgillespie.com>
2023-04-17 13:11:25 +00:00

16 lines
390 B
Markdown

# Frequently Asked Questions
>
## Is it possible to update the admin user password via CLI?
You can do this with the following command:
```sh
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`.