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

)