Allow push-to-create in gitea

This commit is contained in:
2023-04-01 16:19:55 +01:00
parent a8abdfde89
commit 693d05de84

View File

@@ -12,6 +12,7 @@
settings = {
service = {
DISABLE_REGISTRATION = true;
ENABLE_PUSH_CREATE_USER = true;
};
};
};