Factory: Set users to be ap_enabled by default.
This commit is contained in:
parent
0c970a9d44
commit
3bec0d2e50
|
@ -34,7 +34,8 @@ def user_factory do
|
||||||
last_digest_emailed_at: NaiveDateTime.utc_now(),
|
last_digest_emailed_at: NaiveDateTime.utc_now(),
|
||||||
last_refreshed_at: NaiveDateTime.utc_now(),
|
last_refreshed_at: NaiveDateTime.utc_now(),
|
||||||
notification_settings: %Pleroma.User.NotificationSetting{},
|
notification_settings: %Pleroma.User.NotificationSetting{},
|
||||||
multi_factor_authentication_settings: %Pleroma.MFA.Settings{}
|
multi_factor_authentication_settings: %Pleroma.MFA.Settings{},
|
||||||
|
ap_enabled: true
|
||||||
}
|
}
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
|
Loading…
Reference in New Issue