add: ability to require account to view profile

This commit is contained in:
trisua 2025-05-16 21:29:25 -04:00
parent dd4f8b6d58
commit 741fe1c986
4 changed files with 74 additions and 35 deletions

View file

@ -1216,6 +1216,14 @@
profile_settings,
[
[[], "Privacy", "title"],
[
[
"require_account",
"Require an account to view my profile",
],
"{{ profile.settings.require_account }}",
"checkbox",
],
[
[
"private_profile",