mdoerk / seng513project

Course Project of SENG 513
http://pages.cpsc.ucalgary.ca/~sillito/seng-513/project.html
23 stars 21 forks source link

Server crash after signup new user #307

Closed mmalinao closed 13 years ago

mmalinao commented 13 years ago

Small bug when a new user signs up.

mmalinao commented 13 years ago

issue has already been fixed...

nasrullahs commented 13 years ago

This bug was not fixed. The variable "name" was changed to "username" in some parts of the code but not all, so the server still crashed when signing up.

nasrullahs commented 13 years ago

Fixed this in commit 0253382. Already pushed to main repository.