gotosocial/docs
Phil Hagelberg 9e18c7f996
[bugfix] Change emailVerified to true for admin account create (#1140)
The NewSignup method was already being called with
requireApproval=false, but it had emailVerified=false as well, which
meant that it was required to use the `admin account confirm` command
to verify the email before the newly-created user could log in.

I think that was probably an oversight; effectively it did require
approval anyway. Changing emailVerified to true allows you to just
create the account and log in immediately, reducing the opportunity
for manual error to sneak in.

Also updated the docs to remove the mention of needing to confirm new
accounts. However, I've left the confirmation command alone because I
think once we have web signups, it will be needed in that context.
2022-11-25 16:44:27 +01:00
..
admin [bugfix] Change emailVerified to true for admin account create (#1140) 2022-11-25 16:44:27 +01:00
api [feature] PATCH /api/v1/admin/custom_emojis/{id} endpoint (#1061) 2022-11-24 18:12:07 +00:00
assets [chore] update profile screenshot (#927) 2022-10-25 21:47:05 +01:00
configuration [docs] add account domain documentation (#1065) 2022-11-17 15:04:35 +01:00
federation [Documentation] Update glossary, expand entry for dereferencing (#542) 2022-05-04 14:33:24 +02:00
installation_guide [bugfix] Change emailVerified to true for admin account create (#1140) 2022-11-25 16:44:27 +01:00
user_guide [feature] Support markdown format for Account bio/note (#1037) 2022-11-19 10:07:51 +01:00
environment.yml Update docs with better config + installation instructions (#300) 2021-11-14 16:54:23 +01:00
faq.md [docs] Add first draft of FAQ (#1086) 2022-11-21 13:19:51 +01:00
index.md [docs] Add first draft of FAQ (#1086) 2022-11-21 13:19:51 +01:00
requirements.txt requirements.txt for RtD 2021-07-31 17:54:50 +02:00
swagger.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00