users profile not getting saved in database

Issue #21 new
Former user created an issue

Hello, I am trying to learn how to use your package with laravel starter kit. I set up my anvard/HybridAuth package as per the instruction. and I am also able to authenticate through my facebook ... but after the authentication I am not able to save users data and even my profiles table is also not getting populated.

I am running Ubuntu 14.04 PHP 5.5.13

any advice where I might be wrong will be highly appreciated..

Comments (1)

  1. Sam Walsh

    I had this same issue, and its because it's trying to save to 'password_confirmation' field, which doesn't exist.

  2. Log in to comment