can_auto_login()
create_user()
can_auto_login(array $user_hash) : bool
array
bool
create_user(array $user_hash) : \NinjAuth\user_id | false
If username is not set, we set username equal to uid If password is not set, we set password to a random string If image is available we set it as avatar in a profile field. If urls is set we set it as urls in a profile field. If name is set we set it as full_name in a profile field.
array
Expects username|uid, email
\NinjAuth\user_id
false