mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
create_account_controller.js passwordRequired needs the same logic as user_authenticator. Make twitter and facebook signup work again.
This commit is contained in:
@@ -12,6 +12,7 @@ class Auth::FacebookAuthenticator < Auth::Authenticator
|
||||
facebook_hash = session_info[:facebook]
|
||||
|
||||
result.email = email = session_info[:email]
|
||||
result.email_valid = true
|
||||
result.name = name = facebook_hash[:name]
|
||||
|
||||
result.extra_data = facebook_hash
|
||||
|
||||
Reference in New Issue
Block a user