There is an attempt to inject login information through the user registration form. This is the error below.

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'ckmSNpprce' AND status = 1' at line 1: SELECT * FROM {users} WHERE name = :name_0, :name_1 AND status = 1; Array ( [:name_0] => xWZwdQGfnO [:name_1] => ckmSNpprce ) in user_login_authenticate_validate() (line 2154 of /home/townscan/public_html/modules/user/user.module).
I realize there is not "danger" but some kind of error handling for a failed attempt on forms when the site is in production mode should be made I think.