Issue 2: Server doesn't check to verify that a username is a duplicate
Project Member Reported by parke...@gmail.com, May 20, 2012
What steps will reproduce the problem?
1. Login once with a name
2. Login on another session with the same name

What is the expected output? What do you see instead?
Currently this is how it is implemented I need to change it so that it does a name check when logging in.  Also I may need to change the way users log in.  Also need to add a hostname.  

Please use labels and text to provide additional information.


May 22, 2012
Project Member #1 parke...@gmail.com
implemented a check while logging in.
Status: Fixed