[Repoze-dev] getting deform to return a list of Ints

2010-11-23 Thread ag
I'm a bit confused, I'm hoping someone can point in the right direction. I would like to be left with a data structure similar to the following: data = { 'ids': [ 1, 2, 8, 14, 15] } Assuming I build my form options with the following: opts = [ x, "Option %d" % x for x in range(50) ] Now I

[Repoze-dev] repoze.what quickstart and the authtkt authenticator

2010-11-23 Thread Jim Hunziker
Is there a reason why the AuthTktCookiePlugin isn't set up as an authenticator in the repoze.what quickstart? Adding it to authenticators in setup_sql_auth is the only way I can see being able to check permissions on a user who is on a page other than the login page. Thanks. -- Jim Hunziker