Setting up repoze.who with make_redirecting_plugin

Posted by Timmy on Stack Overflow See other posts from Stack Overflow or by Timmy
Published on 2010-04-16T17:11:43Z Indexed on 2010/04/16 17:13 UTC
Read the original article Hit count: 279

Filed under:
|
|
|

my file is:

[plugin:form]
use = repoze.who.plugins.form:make_redirecting_plugin
login_form_url = /account/signin
login_handler_path = /account/login
logout_handler_path = /account/logout

[identifiers]
plugins =
    form;browser
    auth_tkt

i created a form on /account/signin, but it doesnt find the identity? what has to be on the form?

© Stack Overflow or respective owner

Related posts about pylons

Related posts about python