Can login with Facebook, can't login with Drupal.
If a user signs up / logs in with Facebook, a drupal username is created. Great!
They are now logged in, and a drupal "human friendly" name has been created, but, no email goes out to the new user, nothing else really happens.
How can they log in later without Facebook with their new drupal username when they have not set a password or received an email?
If they go to Quickstance.com/user/(ID)/edit to change there password it asks for the "current password"
What would that be?
Did I miss something?
Thanks for all your help Dave, outstanding module!
- Forums:

Theoretically
Theoretically this
http://quickstance.com/user/###/edit
is where your user would finish filling in their details and set their password since the "account details" email with the set password link doesnt gets sent anymore because of Drupal for Facebook for some reason. IDK why? Unfortunately at this page they want the current password to set a new one so your trapped basically. Ughhhh So annoying!
email extended perm helps
If you demand the email extended permission, the new account will have an email. Without that, there's no way to send the user an email.
Drupal will act funny sometimes when an account has no email, but we have little choice.
I'm interested other workarounds for the problems you mention. For now my only ideas are to prompt for the email extended perm, or do not create accounts automatically (let them fill out form with their email address).
Reply
I did demand the email extended permission and it did port from Facebook into the user account (Great!) but for some weird reason Drupal doesn't send out an email with the their new username and password. There should be a way I can direct them to the edit page where they can set their password for the first time for the local Drupal site without requiring the "current password" which no one has given them, or at least send them an email that says great you've logged on with Facebook but your still not done click this link to set your password.
nice feature request
Agreed that would be a nice feature. It should send an email but probably not the same text as is normally sent. That is, admins should be able to customize the email that goes to accounts created via Facebook Connect.
Drupal provides an API for creating a user account, but that API does not send the email. user.module does that when an account is created via the registration form.