diff --git a/packages/config-manager/config.type.ts b/packages/config-manager/config.type.ts index 8b655b55..8241e9a8 100644 --- a/packages/config-manager/config.type.ts +++ b/packages/config-manager/config.type.ts @@ -75,7 +75,7 @@ export interface Config { /** @default true */ registration: boolean; - /** @default ["Do not harass others","Be nice to people","Don't spam","Don't post illegal content"] */ + /** @default [] */ rules: string[]; }; @@ -423,12 +423,7 @@ export const defaultConfig: Config = { signups: { tos_url: "https://my-site.com/tos", registration: true, - rules: [ - "Do not harass others", - "Be nice to people", - "Don't spam", - "Don't post illegal content", - ], + rules: [], }, oidc: { providers: [],