17 lines
856 B
Markdown
17 lines
856 B
Markdown
|
# 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.)
|