FEATURE REMOVAL: persona login

see: https://meta.discourse.org/t/pulling-persona-out-of-discourse-core/12613
This commit is contained in:
Sam
2014-02-11 16:56:48 +11:00
parent fd34932068
commit 7ad00f426c
47 changed files with 2 additions and 178 deletions

View File

@ -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
]