chore(docs): FAQs, geocoding, jobs, search, and user settings (#1160)

This commit is contained in:
Jason Rasmussen
2022-12-22 11:31:17 -05:00
committed by GitHub
parent feaf21373a
commit da9c961fca
24 changed files with 151 additions and 37 deletions

View File

@@ -0,0 +1,23 @@
# User Settings
![User Modal](./img/user-popup.png)
## User Profile
View your User ID and email, and update your first and last name.
![User Profile](./img/user-profile.png)
## Change Password
Users can change their own passwords.
![Change Password](./img/user-change-password.png)
:::tip Reset Password
The admin can reset a password through the [User Management](/docs/features/user-management.mdx) screen.
:::
:::tip Reset Admin Password
The admin password can be reset using a [Server Command](/docs/features/server-commands.md)
:::