Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes it is not the default welcoming message. I am also wondering about this.

    According to the change log, the email notification was added in nextend-facebook-connect.1.4.26

    with this code;

    wp_new_user_notification($ID, $random_password);

    to the nextend-facebook-connect.php but I don’t know how to alter this, if someone can help me, I would much appreciate it.

    I found that the message is taken from wp-includes/pluggable.php

    after line 1295;

    $message .= sprintf(__(‘Username: %s’), $user->user_login) . “\r\n”;
    $message .= sprintf(__(‘Password: %s’), $plaintext_pass) . “\r\n”;
    $message .= wp_login_url() . “\r\n”;

    we can add lines with “$message .=

    does anybody know how to use HTML after $message .= ???
    I can really use some help.

    @comziz: If you require assistance then, as per the Forum Welcome, please post your own topic. This topic references an old version of WordPress.

    I wish I could edit this login banner displayed

    <a href=”http://websapatos.com.br/minha-conta/
    “>
    At least be able to translate the texts into my language:

    “or login with facebook” and “Connect with Facebook”

    Many thanks for any help you can give myself!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘new account email’ is closed to new replies.