See #248: changelog

This commit is contained in:
Eliot Berriot 2018-06-21 20:07:26 +02:00
parent afe9ad2c91
commit b3fcc421ec
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 17 additions and 0 deletions

View File

@ -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.