• Hi there,

    I have the following case:

    WP + Woocommerce running
    Settings:
    Enable registration on the “Checkout” page
    Enable registration on the “My Account” page
    Account Creation Automatically generate username from customer email

    super socializer:

    redirection login/register are both set to “where the user logged in/registered.
    email required
    confirm email reqired

    the socializer widget is running in the sidebar at woo account page where the woo login and register form is displayed.

    now i register with twitter, confirm the mail and can login via twitter app.
    The user gets an automatic email with instructions to reset the password.

    this mail sends 2 links, one to the normal wp-login and a link, which leeds to the lost-password site, there you have to enter your mail again to get another mail which tells you “somebody has requestet a password reset…” and again with a link to the reset password page…. then the user can enter his information…. thats a bit weired :/

    so therefore i would prefer simple to redirect to the woo – lost password site. is there a way (maybe a hook) to modify the email output?

    and the second question: will your plugin work out of the box with whitelisted twitter account?

    thank you and have a great weekend 😀

    https://wordpress.org/plugins/super-socializer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    this mail sends 2 links, one to the normal wp-login and a link, which leeds to the lost-password site, there you have to enter your mail again to get another mail which tells you “somebody has requestet a password reset…” and again with a link to the reset password page…. then the user can enter his information…. thats a bit weired :/

    Our plugin uses wp_new_user_notification (https://developer.wordpress.org/reference/functions/wp_new_user_notification/) WordPress default function to send email to set password after Social Login. This function can be overridden to customize email content. So, in your case some other plugin might be overriding this. You can also override this to customize the email content according to your needs.

    and the second question: will your plugin work out of the box with whitelisted twitter account?

    We are not sure what you mean by WHITELISTED Twitter account. Are you using any other plugin/functionality to block Twitter accounts?

    Thread Starter MaBecker

    (@mabecker)

    sorry, with whitelisted i meant: twitter provides the user mail adress, but the app owner needs to ask for permissions at twitter support

    Plugin Author Heateor Support

    (@heateor)

    No, our plugin will not fetch email from whitelisted Twitter account. Let us know once you get your app approved for this. We will send you patch and will include that in next release of the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘twitter login behavior’ is closed to new replies.