mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 04:12:26 -06:00
Now you can use the CLI tool to: * Create a new account with the given username, email address and password (which will be hashed of course). * Confirm the account's so that it can log in and post. * Promote the account to admin. * Demote the account from admin. * Disable the account. * Suspend the account. |
||
|---|---|---|
| .. | ||
| accountprocess.go | ||
| adminprocess.go | ||
| appprocess.go | ||
| error.go | ||
| fediprocess.go | ||
| fromclientapiprocess.go | ||
| fromcommonprocess.go | ||
| fromfederatorprocess.go | ||
| frprocess.go | ||
| instanceprocess.go | ||
| mediaprocess.go | ||
| processor.go | ||
| processorutil.go | ||
| statusprocess.go | ||
| timelineprocess.go | ||