scashin133 / longhouse

Automatically exported from code.google.com/p/longhouse
0 stars 0 forks source link

First user to register does not work #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The first user to register is created with a type `None` and the user
cannot log in. To see evidence of this, comment out all instances of
creating users and projects in the code in `codesite.py`, and then try to
use the registration system. It seems like if you create at least one user
in `codesite.py` subsequent users can register successfully, but if you
don't, the system breaks because of this `None`-typing issue. This should
definitely be fixed before release 0.1 so that we don't have to ship with
default users created in the code.

Original issue reported on code.google.com by k.stra...@gmail.com on 25 Apr 2008 at 7:27

GoogleCodeExporter commented 9 years ago

Original comment by k.stra...@gmail.com on 25 Apr 2008 at 7:33

GoogleCodeExporter commented 9 years ago
Good catch. I'm on it

Original comment by Venom...@gmail.com on 25 Apr 2008 at 2:04

GoogleCodeExporter commented 9 years ago
Fixed in r21

Original comment by Venom...@gmail.com on 27 Apr 2008 at 8:30