Finally start documenting using Agaric's Forgejo

This commit is contained in:
benjamin melançon 2024-12-04 12:29:40 -05:00
parent 6413b44def
commit 10b42ff55e

View file

@ -0,0 +1,16 @@
# git.agaric.com's Forgejo
## User account creation and adding people to a project
As of now, do *not* invite users by e-mail address directly from a Team tab but instead:
1. Create user at https://git.agaric.com/admin/users/new
2. Return to the team tab for the organization (`org/example-organization/teams`
3. Click into ('View') the 'Owners' team `/org/example-organization/teams/owners` (or create) the team named after the client (so `/org/example-organization/teams/example`)
4. Use the search user bar to find that user account and then—only if it autocompletes and you select the user—the "Add Team Member" button.
*Side notes*
- Leave the setting for *User visibility* to *Private*.
- Leave *Allow Creation of Organizations by Default* disabled.
- (The 'Add Team Member' button used to be green, now it is red, why Forgejo why.)