[#923] Support for multiple (external) registrations per user via Registration.
This commit is contained in:
parent
2a96283efb
commit
26b6354095
9 changed files with 93 additions and 50 deletions
|
|
@ -40,7 +40,7 @@ defmodule Pleroma.Web.Auth.LDAPAuthenticator do
|
|||
end
|
||||
end
|
||||
|
||||
def get_or_create_user_by_oauth(conn, params), do: get_user(conn, params)
|
||||
def get_by_external_registration(conn, params), do: get_user(conn, params)
|
||||
|
||||
def handle_error(%Plug.Conn{} = _conn, error) do
|
||||
error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue