Hi folks, I'm working my way through the repoze.who configuration that is in the cluegun sample app. I would like to supply my own formcallable for generating a custom login form, so I tried the adding the following in who.ini
formcallable = authexamp.auth_views.login_form form_callable = authexamp.auth_views.login_form but both get me a message on startup: TypeError: make_plugin() got an unexpected keyword argument 'formcallable' Is it possible to supply the form callable from an ini file or can this only be done when middleware is configured in python? thanks Iain
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev