Authentication Object
(
    [username:protected] => adamk
    [passwordText:protected] => test
    [salt:Authentication:private] => 406ce2317ca62574cbe6a7648850f53d
    [hash:Authentication:private] => a3f941ae792039263840c4119edcfbb144df7cdf
)
Oops! Looks like someone already registered with that email address.
User Object
(
    [data:protected] => Array
        (
            [id] => 
            [username] => adamk
            [crypted_password] => a3f941ae792039263840c4119edcfbb144df7cdf
            [salt] => 406ce2317ca62574cbe6a7648850f53d
            [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
        )

)