Define default authenticator in the config
authorMark Felder <feld@FreeBSD.org>
Wed, 5 Aug 2020 14:41:17 +0000 (09:41 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 5 Aug 2020 14:41:17 +0000 (09:41 -0500)
config/config.exs

index 933a899ab77100b1c608d97f8b64ed64414df8eb..257b2e0611b6d25de1bb42d7f2eac2837be15aeb 100644 (file)
@@ -737,6 +737,8 @@ config :ex_aws, http_client: Pleroma.HTTP.ExAws
 
 config :pleroma, :instances_favicons, enabled: false
 
+config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator
+
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.
 import_config "#{Mix.env()}.exs"