snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter
http://support.lampcms.com
324 stars 104 forks source link

After joining with Twitter account no user was created #72

Closed snytkine closed 11 years ago

snytkine commented 12 years ago

Joined with the Twitter account as new user. The step 2 popup to enter email address opened but upon entering email address the exception message says "Please Register or Login to perform this action" It appears that a new account has not been created and the new User data is not in session. That's why there is that error message.

Need to investigate why the new account has not been created. However the html block in that "Step 2" popup says "Your Twitter account:" and shows the name of twitter account I just joined with. Where did it came from if there is no valid user in session? The login block was still showing the login form and not the welcome block.

snytkine commented 11 years ago

This is fixed after upgrading code to use new Twitter API