Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialWayne Yallop
30,808 PointsconfirmPasswordEvent function if error
This was frustrating me when previewing - at first it wouldn't bring up the confirm password hint, which knocked out the validity of the the remaining video as I could not test password match when the length was below 9 characters. I then swapped $password and $passwordConfirm with each other in the if statement on line 22 and it worked. Hope this helps others stuck on this part of the lesson.
Fernando Boza
25,384 PointsFernando Boza
25,384 PointsHi Wayne, can you paste your code. don't forget to use the ``` to show it in syntax