I was bored and ran a few tests against the registration page on the blog.
It doesn't look like it checks if the username or password field are just blank spaces with no characters.
I just registered an account where the username and password are both a single space.
2nd bug I found, when I went to 'View Comments' on my regular account and then clicked on the 'Edit comment' link. I get a 404. This is the URL it attempted:
http://www.puckdroppersplace.us/blog/user_editcomments?c=1 It looks like the link is missing the '.php' extension and should be:
http://www.puckdroppersplace.us/blog/user_editcomments.php?c=1 but that gives me the following: "Error Comments can only be edited by the user who posted them."
I'll stop poking around now.