Maximum Repository Creation Limit #1901

Closed
opened 2025-11-02 04:17:16 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Pofilo on GitHub (Jun 8, 2018).

  • Gitea version (or commit ref): 1.4.2
  • Git version: not relevant
  • Operating system: Debian 9
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant (cannot modify app.ini)
  • Log gist:

Description

In my conf file, even if I change the variable MAX_CREATION_LIMIT, every new user keep getting a -1 limit and I have to fix it one by one.
Is there another variable which override this one ?

(I know that I modify the good configuration file because if I change the APP_NAME for example, it is working.)

Screenshots

not relevant

Originally created by @Pofilo on GitHub (Jun 8, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.4.2 - Git version: _not relevant_ - Operating system: Debian 9 - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant _(cannot modify app.ini)_ - Log gist: ## Description In my conf file, even if I change the variable `MAX_CREATION_LIMIT`, every new user keep getting a -1 limit and I have to fix it one by one. Is there another variable which override this one ? (I know that I modify the good configuration file because if I change the `APP_NAME` for example, it is working.) ## Screenshots _not relevant_ <!-- **If this issue involves the Web Interface, please include a screenshot** -->
Author
Owner

@Pofilo commented on GitHub (Jul 27, 2018):

Ok I get it:

  • -1 in conf means no limits
  • -1 in GUI means conf limit

A bit confusing, sorry !

@Pofilo commented on GitHub (Jul 27, 2018): Ok I get it: + -1 in conf means no limits + -1 in GUI means conf limit A bit confusing, sorry !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1901