OK this is one the main awkward situations, when I create a user with:
userService.CreateUser(nameInputField.text, passwordInputField.text, nameInputField.text, new SignupCallBack(this));
the user gets logged in and a session is created for the user. Is this intended behaviour? What if I want to send my users an activation link first?