Reputation: 1317
I have a Plone 4.1 site using the OpenId module. When a user clicks on login it opens the dialog to login using OpenId but also using classic login/password. I wan't a site using only OpenId. Is there an easy way to config a site to do this?
Upvotes: 1
Views: 315
Reputation: 1132
You will need to disable the http basic auth:
Now only OpenID should be the available authentication method. If you need the rest again, simply activate them in "Extraction Plugins".
Be aware that you need to have a fall back manager user in order to make further changes with elevated privileges. Either by being able to login via the Zope root, which I expect or by assigning yourself the System Administrator role to your own Open ID login. Otherwise you may lock yourself out.
Upvotes: 5