[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
[akkoma] / lib / pleroma / web / auth / ldap_authenticator.ex
index 65abd7f38d3f285adf8a0fec1e8f395b17f782f8..8b6d5a77f7ed07df5c99eaac2bb5f4e42d53f0fc 100644 (file)
@@ -51,6 +51,8 @@ defmodule Pleroma.Web.Auth.LDAPAuthenticator do
 
   def auth_template, do: nil
 
+  def oauth_consumer_template, do: nil
+
   defp ldap_user(name, password) do
     ldap = Pleroma.Config.get(:ldap, [])
     host = Keyword.get(ldap, :host, "localhost")