[etoys-notify] [JIRA] Commented: (SQ-619) Can't Create Showcase Account

Stephen Thomas (JIRA) tracker at squeakland.org
Sat Dec 5 19:49:35 EST 2009


    [ http://tracker.squeakland.org/browse/SQ-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39018#action_39018 ] 

Stephen Thomas commented on SQ-619:
-----------------------------------

Below is the JavaScript from the web page that I believe does the check.

NOTE that you MUST fill in the email, yet the page states: "You must be 13 or older to fill out the remaining fields:"
And email is one of the fields you must be 13 or older to fill in.

JavaScript from View Source below:
<script language='JavaScript' type='text/javascript'>
<!--
   function checkForm( pForm )
   {
      if (        
            pForm.username.value == null || pForm.username.value == ""
            || pForm.password.value == null || pForm.password.value == ""
            || pForm.passwordTwo.value == null || pForm.passwordTwo.value == ""         
            || pForm.email.value == null || pForm.email.value == ""
         )

      {
         alert( "Please fill in all required fields, marked in red.   " );
         return false;
      }

      return true;
   }
//-->
</script>

> Can't Create Showcase Account
> -----------------------------
>
>                 Key: SQ-619
>                 URL: http://tracker.squeakland.org/browse/SQ-619
>             Project: squeakland
>          Issue Type: Bug
>          Components: showcase
>            Reporter: Stephen Thomas
>            Priority: Critical
>
> My son tried to create showcase account at
> http://squeakland.org/showcase/account/
> And no matter what he always got the message: 
> "Please fill in all required fields, marked in red."
> I tried filling in every field and checking all the boxes and got the same error

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list