Setting up repoze.who with make_redirecting_plugin
- by Timmy
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?