They've been doing more than one release every 6 months recently so it's not that bad: https://www.process-one.net/en/ejabberd/archive/
I created a pad for the email: https://cryptpad.fr/code/#/2/code/edit/cLRIbvVL0lh7BWBG+Qxhpzsw/
Could I get some feedback or corrections?
I have made a private list that sorts the users in three different categories (Gitea users that already have a LDAP account, LDAP users that do not have a Gitea account yet, Gitea users that do not have a LDAP account) and updated the checklist. We have to write a different email for each category
I found the setting to disable organization creation by default (8d2059a201/custom/conf/app.ini.sample (L548)). It needs to be added to our app.ini
I have changed the email addresses for 3 users in Gitea, they had a different address than in LDAP
I have renamed my own user (from the user settings page from gregkare to greg.
I have also performed a spring cleanup on the user accounts. Now we have 13 accounts in Gitea, all members of the Hackerhouse, Kosmos and/or Kredits organizations. Except for this user, https://gitea.kosmos.org/LemonAndroid, that starred 2 repos and followed Bumi. He hasn't logged in since creating the account though, should I delete it? Is it a friend of yours @bumi?
There is a cron job in Gitea to synchronize users from an external source such as Gitea. By default it runs every 24 hours, and does not run on startup. It only runs if the auth source has "User Synchronization" enabled on it: example config.
Alternatively, when a user successfully logs in for the first time from an LDAP account, the user is automatically created in the Gitea database if it did not exist already