summaryrefslogtreecommitdiff
path: root/docs/admin/signups.md
diff options
context:
space:
mode:
authorLibravatar CDN <cardinal@codeword.info>2024-11-05 13:36:43 +0000
committerLibravatar GitHub <noreply@github.com>2024-11-05 14:36:43 +0100
commit38a08cd25aa89f55e2ae6d5e5a4160fada111680 (patch)
treecde4135a5e4c0faddb7ab1fa9a11ccd899db91f1 /docs/admin/signups.md
parent[bugfix] Fix setting immediate `expires_at` value on filter endpoints (#3513) (diff)
downloadgotosocial-38a08cd25aa89f55e2ae6d5e5a4160fada111680.tar.xz
[docs] add zh docs (#3507)
* [docs] add zh docs * [docs] add lang dropdown * [docs] update mkdocs zh config * [docs] migrate assets * [docs] update overrides dir in mkdocs zh config * [docs] exclude locales director in main mkdocs config * [docs] rename assets to public to avoid conflicting with template * [docs] extra_css change followup * [docs] add theme.palette.toggle.icon back into mkdocs zh config * [docs] fix zh readme reference + migrate language-specific repo markdown to docs * [docs] translate remaining repo docs + update reference * [docs] update zh index.md reference * [docs/zh] wording alignment
Diffstat (limited to 'docs/admin/signups.md')
-rw-r--r--docs/admin/signups.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin/signups.md b/docs/admin/signups.md
index db2010cf7..78513380c 100644
--- a/docs/admin/signups.md
+++ b/docs/admin/signups.md
@@ -17,7 +17,7 @@ You can open new account sign-ups for your instance by changing the variable `ac
A sign-up form for your instance will be available at the `/signup` endpoint. For example, `https://your-instance.example.org/signup`.
-![Sign-up form, showing email, password, username, and reason fields.](../assets/signup-form.png)
+![Sign-up form, showing email, password, username, and reason fields.](../public/signup-form.png)
Also, your instance homepage and "about" pages will be updated to reflect that registrations are open.
@@ -29,11 +29,11 @@ In the meantime, admins and moderators on your instance will receive an email an
Instance admins and moderators can handle a new sign-up by either approving or rejecting it via the "accounts" -> "pending" section in the admin panel.
-![Admin settings panel open to "accounts" -> "pending", showing one account in a list.](../assets/signup-pending.png)
+![Admin settings panel open to "accounts" -> "pending", showing one account in a list.](../public/signup-pending.png)
If you have no sign-ups, the list pictured above will be empty. If you have a pending account sign-up, however, you can click on it to open that account in the account details screen:
-![Details of a new pending account, giving options to approve or reject the sign-up.](../assets/signup-account.png)
+![Details of a new pending account, giving options to approve or reject the sign-up.](../public/signup-account.png)
At the bottom, you will find actions that let you approve or reject the sign-up.