• What file in the database has the coding for what is worded on the e-mail sent out to users once they register?

    You know, the e-mail that goes out that has their temporary password on it.

    I’d like to add some words to it, but I need to know where to start.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter badkarma9000

    (@badkarma9000)

    Heh, Handy don’t leave me!

    Unfortunately, we got to a point where I’d need to look at some source — and I’ve been at work 12+ a day lately and forgot to check last night…

    That being said, I’m still not sure why replacing

    $message .= sprintf(__(‘Password: %s’), $password) . \r\n”;

    with

    $message .= sprintf(__(‘Password: %s’), $password) . “\r\n Visit my blog at http//mydomain.com/ \r\n”;

    might not get it done?

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘E-Mail Notification of Password’ is closed to new replies.