diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-18 14:57:48 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-18 14:57:48 +0100 |
commit | b108b0565076d677a90ff38ec8926e1f3153b7f6 (patch) | |
tree | 1d3bd0b66d4bd29fce875b3157005503ff7c4fd5 /config/config.exs | |
parent | 84dcb55b0f1ef759eb27ee3e6a756c32f035981b (diff) | |
download | pleroma-b108b0565076d677a90ff38ec8926e1f3153b7f6.tar.gz pleroma-b108b0565076d677a90ff38ec8926e1f3153b7f6.zip |
Birth dates, birthday reminders API, allow instance admins to require minimum age
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 1385ce5de..ec2407ea2 100644 --- a/config/config.exs +++ b/config/config.exs @@ -259,7 +259,9 @@ config :pleroma, :instance, password_reset_token_validity: 60 * 60 * 24, profile_directory: true, privileged_staff: false, - max_endorsed_users: 20 + max_endorsed_users: 20, + birth_date_required: false, + birth_date_min_age: 0 config :pleroma, :welcome, direct_message: [ |