pleroma: fix config

email and manual activation cant coexist (plus i didnt configure email
activation)
This commit is contained in:
chayleaf 2023-10-27 02:01:00 +07:00
parent ceeb526ec5
commit 0cc3ec10b3
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -45,7 +45,6 @@ in {
notify_email = "noreply@${cfg.domainName}"; notify_email = "noreply@${cfg.domainName}";
limit = 5000; limit = 5000;
registrations_open = true; registrations_open = true;
account_activation_required = true;
account_approval_required = true; account_approval_required = true;
}; };
config.":pleroma"."Pleroma.Repo" = { config.":pleroma"."Pleroma.Repo" = {