Update COPPA to be done on the sign_up screen. #268
Conversation
|
A note to whomever tests - In Firefox Nightly at least, two things must happen for the session cookie to go away and the user to be able to sign up again:
Any deviation from this, and you are booted directly back to the /cannot_create_account screen. |
|
On it. |
|
@shane-tomlinson It looks like account creation and therefore errors are still happening in a different view. Do you see any problem with us moving all of that into the |
* Use a session cookie to keep track of whether the user is too young. * If the user revisits the signup page after being booted out for being too young, ship them back to the "cannot_create_account" page. * Update the text on the Cannot Create Account screen to go along with @jgruen's new mocks and legal's feedback. issue #226
* Delete the old interstitial screen. * Simplify!
|
@nchapman - moved the |
|
so confused! |
|
@shane-tomlinson Sorry about that! I didn't have the latest code :(. It seems to be working wonderfully now. |
|
All seems well. Sign in, Sign up, and age restriction all seem to be working as expected. Great work @shane-tomlinson! |
Update COPPA to be done on the sign_up screen.



fixes #265
fixes #259