[#923] Support for multiple (external) registrations per user via Registration.
authorIvan Tashkinov <ivant.business@gmail.com>
Mon, 18 Mar 2019 14:23:38 +0000 (17:23 +0300)
committerIvan Tashkinov <ivant.business@gmail.com>
Mon, 18 Mar 2019 14:23:38 +0000 (17:23 +0300)
commit26b63540953f6a65bb52531b434fd6ab85aaedfe
treebb529911aff0405232b22eda6245791c929732c8
parent2a96283efbd46c017cf9e15ef4fda3188e5e5bca
[#923] Support for multiple (external) registrations per user via Registration.
config/config.exs
lib/pleroma/registration.ex [new file with mode: 0644]
lib/pleroma/user.ex
lib/pleroma/web/auth/authenticator.ex
lib/pleroma/web/auth/ldap_authenticator.ex
lib/pleroma/web/auth/pleroma_authenticator.ex
lib/pleroma/web/oauth/oauth_controller.ex
priv/repo/migrations/20190315101315_add_auth_provider_and_auth_provider_uid_to_users.exs [deleted file]
priv/repo/migrations/20190315101315_create_registrations.exs [new file with mode: 0644]