-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
issue/not-a-bugThe reported issue is the intended behavior or the problem is not inside GiteaThe reported issue is the intended behavior or the problem is not inside Giteatype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
If a non-admin tries to create a repository inside an organization they own, they get an error their repository limit would be reached. In my configuration the default repository limit for users is 0.
Specifically, the following error is shown:
form.reach_limit_of_creation%!(EXTRA int=0)
Since organizations are similar to users, that probably means that they have an internal repository limit as well which is incorrectly applied.
- Gitea version (or commit ref): 1.14.5
- Operating system: Debian Buster
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
Metadata
Metadata
Assignees
Labels
issue/not-a-bugThe reported issue is the intended behavior or the problem is not inside GiteaThe reported issue is the intended behavior or the problem is not inside Giteatype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.