Ok, then I think I’m going to make a few small changes to the profile form and the login/sign up pages.
So you’re either registered locally or by facebook. I’ll check for a provider in the user table, and if that exists I’ll remove the password field (and maybe say that you account is registered using facebook - so they remember how they signed up.)
.
And I guess if they have initially they can’t log in using facebook?
You may be able to recover your password (since you don't have one to begin with) if you signed up with Facebook and then decide to move to local authentication. You could try that, if you have a Facebook account, try using the password recovery path to add a new password to your account.
Ok, I’ll try that. I had this crazy problem that I fixed before - if you created a profile using facebook you couldn’t update your profile because u didn’t have a local password. lol. I fixed that (not needing the password to update the record).
I also fixed the invalid token error when login out, I believe. I added some login status to the profile page (basically where you’ve signed in from and removed the password field if you’ve used facebook to login).