Enable registration for OAuth2 accounts in Gitea

This commit is contained in:
coolneng 2022-11-21 13:52:50 +01:00
parent ba5bdfd9d2
commit 9bc6e561e6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
settings = {
ui.DEFAULT_THEME = "arc-green";
session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = true;
server.DISABLE_SSH = true;
};
};