hi, I am using repoze.who.plugins.openid with following configurations:
[plugin:openid] use = repoze.who.plugins.openid:make_identification_plugin store = file store_file_path = %(here)s/sstore openid_field = openid came_from_field = came_from error_field = error session_name = beaker.session login_form_url = /account/openid_login My understanding is if a controller needs authentication (by putting not_anonymous() predicate before action or controller), the middleware will try to redirect to login form specified by /account/openid_login. However, this doesn't seem to have any effect, for whatever reason, it insists on directing to /account/login, any idea? TIA Oliver -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
