|
Hi, Is there an admin-interface for enabling disabling OpenID service providers? I did not find. I also looked trough the code but I am new to Python and I am not sure where to touch. For example I want to remove Twitter and some other "small-icon" providers. So far what I did is to just comment the class definition for the respective provider I want to remove right in osqa/forum_modules/openidauth/authentication.py. Is this the right thing to do? It works for me but I think there should be a more "elegant" way In addition I think "simple_form_context" should be added to l10n system: Example:
Thanks. |
I have the same question, There's doesnt seem to have any UI to enable/disable authentication providers
All I did was delete the providers from the login/signup page (should be in templates)