Enable registration for OAuth2 accounts in Gitea
This commit is contained in:
parent
ba5bdfd9d2
commit
9bc6e561e6
|
@ -17,7 +17,6 @@
|
||||||
settings = {
|
settings = {
|
||||||
ui.DEFAULT_THEME = "arc-green";
|
ui.DEFAULT_THEME = "arc-green";
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
service.DISABLE_REGISTRATION = true;
|
|
||||||
server.DISABLE_SSH = true;
|
server.DISABLE_SSH = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue