Skip to content

Commit

Permalink
feat: enable user signup in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Oct 26, 2024
1 parent a36cb67 commit 2e90274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ db:
security:
insecure_cookies: false # should be set to 'false', except when not running with HTTPS (e.g. on localhost)
cookie_max_age: 172800
allow_signup: false
allow_signup: true
signup_captcha: false
invite_codes: true # whether to enable invite codes for overriding disabled signups
disable_frontpage: false
Expand Down

0 comments on commit 2e90274

Please sign in to comment.