FEATURE: API to create user's associated account (#15737)

Discourse users and associated accounts are created or updated when a
user logins or connects the account using their account preferences.
This new API can be used to create associated accounts and users too,
if necessary.
This commit is contained in:
Dan Ungureanu
2022-03-03 18:17:02 +02:00
committed by GitHub
parent a7db0ce985
commit 39ab14531a
11 changed files with 260 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ describe Discourse do
'pluginauth'
end
def enabled
def enabled?
true
end
end