From b3fcc421ececb13f1983ff8a5b4ffad95f675398 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 21 Jun 2018 20:07:26 +0200
Subject: [PATCH] See #248: changelog

---
 changes/changelog.d/248.feature | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 changes/changelog.d/248.feature

diff --git a/changes/changelog.d/248.feature b/changes/changelog.d/248.feature
new file mode 100644
index 000000000..98b151f36
--- /dev/null
+++ b/changes/changelog.d/248.feature
@@ -0,0 +1,17 @@
+New invite system (#248)
+
+
+New invite system
+^^^^^^^^^^^^^^^^^
+
+On closed instances, it has always been a little bit painful to create accounts
+by hand for new users. This release solve that by adding invitations.
+
+You can generate invitation codes via the "users" admin interface (you'll find a
+link in the sidebar). Those codes are valid for 14 days, and can be used once
+to create a new account on the instance, even if registrations are closed.
+
+By default, we generate a random code for invitations, but you can also use custom codes
+if you need to print them or make them fancier ;)
+
+Invitations generation and management requires the "settings" permission.
-- 
GitLab