- registration(), login(), getUser() are all commented
- registration() will now implements getUser() instead of attempting to
run its own check for existing username in use
- getUser() now does not require string since the string that is passed
is a shared variable
Segmentation fault error in login still persist.
- Place holders are now universalized with password & password2
- Unneeded variables removed (counter, x, pswd)
- Fixed quit() improper ofstream behavior
- Implemented while (!.empty()) instead of for loop