On 1/10/06, Jeff Watkins <[EMAIL PROTECTED]> wrote:
> OK. Do you want the login/logout methods removed from the quickstarted
> controller? If so, I will also remove the rest of the Identity support from
> the quickstarted app.

I'm not sure about that yet. I'm wondering if maybe having a simple
"LoginController" with those two methods could be in the
template-created controller like this:

class Root(...):
    # to use identity, uncomment this
    # login = LoginController()

I like the idea of it being very easy to get going if you need
identity, but I also want to reduce the boilerplate for people who
don't need identity.

Kevin

Reply via email to