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:

simple_form_context = {
    'your_what': 'Verisign user name'
}

Thanks.

asked 20 Jul '10, 11:37

kberov's gravatar image

kberov
21125
accept rate: 0%

edited 20 Jul '10, 12:18

I have the same question, There's doesnt seem to have any UI to enable/disable authentication providers

(06 Mar '11, 03:47) snim

All I did was delete the providers from the login/signup page (should be in templates)

(06 Mar '11, 18:45) dougvk
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40
×2

Asked: 20 Jul '10, 11:37

Seen: 517 times

Last updated: 06 Mar '11, 18:45

powered by OSQA