Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, unfortunately at present that is not possible through the plugin. One of the plugin developers will investigate further your request.

    Thank you

    Thread Starter marshagoldcoast

    (@marshagoldcoast)

    Morning! I don’t mind if it’s not through the plugin – would happily edit the php files or change in the DB if I knew where to locate it. And keep a record for when I need to update the plugin of course.

    Appreciate your help!

    Cheers,
    Marsha

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Look in the following file located in the admin subfolder of the AIOWPS plugin folder:
    wp-security-list-registered-users.php

    Thread Starter marshagoldcoast

    (@marshagoldcoast)

    Will do, thanks so much!

    Cheers,
    Marsha

    Thread Starter marshagoldcoast

    (@marshagoldcoast)

    Ok, I tried but it’s a little over my head.

    I just want the body of the email to not include the User ID as it is of no use to the site member.

    Any suggestions as to what to include on this line:

    $email_msg .= __(‘Your account with username: ‘,’aiowpsecurity’).$user->user_login.__(‘ is now active’,’aiowpsecurity’).”\n”;

    Which I would simply prefer to say:

    Your account with The Lantern Project Online Community has been approved and you can now login and start collaborating with other members.

    I would also like the subject to say:

    Welcome to The Lantern Project Online Community, your account is now active.

    But instead it says:
    [https://thelanternproject.com.au]?utm_source=email&utm_medium=email Your account is now active

    Due to:
    $subject = ‘[‘.get_option(‘siteurl’).’] ‘. __(‘Your account is now active’,’aiowpsecurity’);

    Note, I think that tracking code is coming from the Leads (bvy Inbound Now) plugin [yet to work out how to disable that in emails ?? ].

    I’d be most grateful for any help you can give someone who doesn’t have php experience ??

    Cheers,
    Marsha

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