[#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
|
|
@ -381,7 +381,7 @@ config :pleroma, :ldap,
|
|||
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
|
||||
uid: System.get_env("LDAP_UID") || "cn"
|
||||
|
||||
config :pleroma, :auth, oauth_consumer_enabled: false
|
||||
config :pleroma, :auth, oauth_consumer_enabled: System.get_env("OAUTH_CONSUMER_ENABLED") == "true"
|
||||
|
||||
config :ueberauth,
|
||||
Ueberauth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue