Re: group password

2010-05-20 Thread Eric Chamberlain
I would use auth.User as is. When a new user (no existing django session) enters the code, django creates a user account (random username and password) behind the scenes and logs in the user. Then the user is identifiable as long as they stay on that machine. Set the logout interval to whatev

group password

2010-05-19 Thread Junkie Dolphin
Hello everybody, I am coding a django app for performing an online, anonymous experiment system. The idea is that we give a login code to a group of participants (e.g. students at our university) and tell them a specific time window (usually a couple of hours) during which they can login to the web