Authentication Object
(
    [username:protected] => adamk
    [passwordText:protected] => test
    [salt:Authentication:private] => 1c6b76b2249ae8860aa082dee9937269
    [hash:Authentication:private] => d2d58d892fda317dbe1fe3ea6bd89be2df89254a
)
Oops! Looks like someone already registered with that email address.
User Object
(
    [data:protected] => Array
        (
            [id] => 
            [username] => adamk
            [crypted_password] => d2d58d892fda317dbe1fe3ea6bd89be2df89254a
            [salt] => 1c6b76b2249ae8860aa082dee9937269
            [email] => test@chewyslist.com
            [fname] => Adam
            [mname] => Maglalang
            [lname] => Kirkwood
            [age] => 25
            [sex] => male
            [address1] => 1134 Kenmar Ct.
            [address2] => 
            [city] => San Jose
            [state] => CA
            [zip] => 95132
            [country] => USA
            [phone_type] => cell
            [country_code] => 1
            [area_code] => 408
            [number] => 3728035
            [extension] => 
            [participate] => 1
        )

)