Hi @mushlih
Nextend Social Login registers the users the same way as WordPress does, so actually the registration notification email is not sent by us, but by WordPress.
This also means that, any plugin that is capable of overriding/modifying the default WordPress emails will also affect on the emails sent after registration with social login. E.g.: Better Notifications for WP – https://www.ads-software.com/plugins/bnfw/
But if your goal is to send the exact same email that Profilegrid sends, then you will need to do some custom coding, what we can not provide support for. Anyways here is what you should basically achieve:
-you need to inspect the code of Profilegrid find the function that they use to send email.
-then you should call this function into another function that you hook to one of our actions that we call on registration – e.g.: nsl_register_new_user – https://nextendweb.com/nextend-social-login-docs/backend-developer/
Password:
The registered accounts will indeed have a password automatically generated by WordPress. ( Note: none of the providers can return the password of the social media account as that wouldn’t be secure, since basically any developer could find out your social media credentials easily that way. )
As for your other questions:
We have options to disable both these registration emails and and WordPress toolbar, as you see in our documentations: https://nextendweb.com/nextend-social-login-docs/global-settings/
but those features are only available in the Pro Addon. On this forum we are only allowed to provide help for the Free version. So if you will have any question about Pro features, please rather open a support ticket: https://nextendweb.com/contact-us/nextend-social-login-support/
Best regards,
Laszlo.