1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00
gotosocial_ynh/doc/PRE_UPGRADE.d/0.16.0~ynh1.md

11 lines
972 B
Markdown
Raw Normal View History

2024-06-14 23:19:59 +02:00
⚠️ Starting with this 0.16.0 version, GoToSocial offers a registration page.
Please be sure you deactivated registrations if you don't want to: `yunohost app config set gotosocial__2 main.accounts.accounts_registration_open`
Relevant changelog quote:
> **Sign up / registration**: In this release, you can open your instance to new registrations (aka sign-ups) via the new signup page at `https://__DOMAIN__/signup`. No more manually creating new users via the CLI :)
> Documentation here: <https://docs.gotosocial.org/en/latest/admin/signups/>
>
> **Accounts overview for moderators**: To support the new sign-up feature, and help instance admins to moderate, we made a new section in the settings panel where admins + moderators can get an overview of accounts, and filter by instance, status, and more. You'll find this new accounts view in the settings panel.
[Read the full changelog.](https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.16.0)