From 81504f09ca93e47bb0ae5861cb193166f2c9802b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 14 Jun 2024 22:59:11 +0200 Subject: [PATCH] add pre upgrade notice --- doc/PRE_UPGRADE.d/0.16.0~ynh1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/PRE_UPGRADE.d/0.16.0~ynh1.md diff --git a/doc/PRE_UPGRADE.d/0.16.0~ynh1.md b/doc/PRE_UPGRADE.d/0.16.0~ynh1.md new file mode 100644 index 0000000..c9de3a4 --- /dev/null +++ b/doc/PRE_UPGRADE.d/0.16.0~ynh1.md @@ -0,0 +1,10 @@ +⚠️ Stating with this 0.16.0 version, GoToSocial offers a registration page. +Please be sure you deactivated registrations if you don't want to. + +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: +> +> **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)