password_hash & salt with facebook authentication

What in the facebook API becomes the password_hash and salt when a user signs up and authenticates using facebook?

They are remain empty.

I thought there was a portion of users who – if they have their facebook settings set a specific way – could possibly both authenticate using facebook and also set a password.

I think that’s my problem. Or I might have a different problem.

Either way I have a user with Facebook() as a login and a password_hash/salt in the db.

Edit: I just checked with a dummy facebook acct. A password_hash and salt are still being set at registration if I use facebook. So something on my end might be drastically wrong I just don’t know what.

I am not following.

It doesn’t matter at all. You don’t have chance to set password when using an OAuth services if they provide username and email.

The user can use their setting page to reset their password.

Users can authenticate against any of the available mechanisms. As long as the email is the same, a single account can authenticate against Google, Facebook, or a local password. Does that explain what you are seeing?

У меня был тот же вопрос. Почему password_hash (или salt) всё ещё хранится в базе данных для учётной записи, зарегистрированной через OAuth-провайдеров (я использую плагин Discourse OAuth2 Basic)? Мой эксперимент показал, что пользователи могут входить в систему (если не отключить «включить локальный вход» при включённом и настроенном OAuth2) с помощью локального пароля, установленного через функцию сброса пароля в панели настроек. Они также могут входить с помощью учётных данных своих OAuth2-провайдеров. Оба механизма разрешены, как указал pfaffman.

Мне интересно, какое начальное «сырое» значение имеет password_hash?