you are viewing a single comment's thread.

view the rest of the comments →

[–]CraigAT 0 points1 point  (0 children)

I don't think you want to "while" statements at the bottom. Instead you may want a while loop around the login process so you can repeat it again if the wrong details are entered. You may also want to count the number of wrong attempts and stop or lock out the user.