Hi, I'm using the identity framework and it all worked fine, until i added a second user.
the thing is, i added a user by hand in the db. I added a user to tg_user and a link between an existing group and the new user in tg_user_group. after i did this i wasnt able to login with either usernames. so i cleaned the inserted records and added the record through tg-admin shell as described in the identity introduction. now it worked, so i went to see what was added in the database. the difference was the contents of tg_user_group. there are 2 fields and in my point of view: user_id holds the user_id group_id holds the group_id where this user belongs to. well, thats not the case right now, because it works the other way around. group_id holds the newly inserted user_id and user_id has the group_id in it. is that illogical reasoning on my part or is it a bug? thanx, Guyon http://gumuz.looze.net

