mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FEATURE REMOVAL: persona login
see: https://meta.discourse.org/t/pulling-persona-out-of-discourse-core/12613
This commit is contained in:
@ -11,7 +11,6 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||
Auth::OpenIdAuthenticator.new("yahoo", "https://me.yahoo.com", trusted: true),
|
||||
Auth::GithubAuthenticator.new,
|
||||
Auth::TwitterAuthenticator.new,
|
||||
Auth::PersonaAuthenticator.new,
|
||||
Auth::CasAuthenticator.new
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user