mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-12 20:58:56 +01:00
Merge branch 'birthday-config-description' into 'develop'
Clarify `birthday_min_age` config description See merge request pleroma/pleroma!3747
This commit is contained in:
commit
c0b265b404
@ -1005,7 +1005,8 @@ config :pleroma, :config_description, [
|
||||
key: :birthday_min_age,
|
||||
type: :integer,
|
||||
description:
|
||||
"Minimum required age for users to create account. Only used if birthday is required."
|
||||
"Minimum required age (in days) for users to create account. Only used if birthday is required.",
|
||||
suggestions: [6570]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user