I need to have a login form/page (see: http://s18.postimage.org/dx23bpp8p/small_login.png ) which does this:
1. User clicks ‘FB Login/Connect’ button, to log them in to site.
(user stays on current page)
2. User enters code
3. When user clicks ‘enter’ to enter the site … both conditions 1 and 2 must be true: user must be fb-logged-in and code will be checked against some arbitrary code value (just hard-coded in the page, no db access required)
After successful login, user is taken…
