diff --git a/docs/user/push-to-create.md b/docs/user/push-to-create.md index 65032f05..2022a3b6 100644 --- a/docs/user/push-to-create.md +++ b/docs/user/push-to-create.md @@ -10,7 +10,7 @@ Push to create is a feature that allows you to push to a repository that does no ### Enabling Push To Create -In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Forgejo for the changes to take effect. You can read more about these two options in the Configuration Cheat Sheet. +In the `app.ini` file, under the section `[repository]`, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Forgejo for the changes to take effect. You can read more about these two options in the Configuration Cheat Sheet. ### Using Push To Create