now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists.

This commit is contained in:
phear 2005-10-03 21:45:39 +00:00
parent cc76ec975b
commit a8fdc2ffad
6 changed files with 95 additions and 10 deletions

View file

@ -3,4 +3,7 @@
- what happens if a game is finished?
- add a description field for a goban table
- add a date-of-creation-creation field and a last-changed-field to goban table
- display game list more nicely with players and last change.
- display game list more nicely with players and last change.
- delete user if inactive for n months
- add a preferences page with a modify password and delete account button
- modify psql.add_webgo_user to check if user already exists