I just discovered that the default config for Gitea is to allow unencumbered user signups without approval. I get that this is free and I appreciate that, but it’s advertised as a solution for a custom private git server and yet is wide open upon install? Ok.
Anyway, I’m posting because even though my config summary notes that my app.ini is in /{CustomPath}/conf/app.ini
, there is no such file. And when I make one and add DISABLE_REGISTRATION = true
, it still allows registrations.
Not sure what config file the install (which is from source) is pulling from or how to turn this off. Any help would be much appreciated!