pleroma: fix config
email and manual activation cant coexist (plus i didnt configure email activation)
This commit is contained in:
parent
ceeb526ec5
commit
0cc3ec10b3
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue