Allowing signup ONLY with facebook /

Hi,

My app requires user’s friends list from facebook / google, so i want to allow registration ONLY with those social tools.

Is there a way to still use accounts-ui but remove both the user name and email fields etc so the options will be only facebook and google?

other solutions maybe? :slight_smile:

thanks!

Yes, simply use accounts facebook packages and don’t include the accounts password package. This latter one is what provides username/email inputs and when removed, your accounts ui will not offer those.

1 Like

Great, that helps a lot!
Thanks :slight_smile:

1 Like