Hi, i’m trying to use jeff's tutorial about identity http://metrocat.org/nerd/2005/10/identity-management-for-turbogears . By the way I've posted this mail on his blog too sorry it's too much... First point : if I follow your step the tg-admin sql create tells me there is nothing to do, So I fetch the somodel.py content and paste it into my model.py for sql create to actually create the table. Is this normal ? I thought the “db_module=idtest.model, turbogears.identity.model” would have include your model… second point: I have my sql database, I get through the shell part I have a user which is in admin group. Then I start my qucikstart based app anf fetch http://localhost:8080/secured. I get “Not member of group: frozenset([‘admin’])” then I type my user/pass and I get the same message again and again … How to debug or see any output there is no error but I never get logged in … Thanks |

