• Resolved ammii101

    (@ammii101)


    So i downloaded the plugin which was great and perfectly allowed me to approve who i wanted. However, when testing ti out, the user did not get a confirmation email saying whether they have been approved or not. I’ve set up SMTP emailing within my site and emails are received and sent, however, the user did not receive any email stating whether they had been approved.

Viewing 1 replies (of 1 total)
  • mttindustries

    (@mttindustries-1)

    If you know php you can edit it through the plugin files, new-user-approve then in the includes folder/directory you can edit the messages in the messages.php file

    function nua_default_approve_user_message() {
    	$message = __( 'Your registration for {sitename} has been approved.' . "\r\n\r\n". 'Your registration information is below.' . "\n". '
    You may wish to retain a copy for your records', 'new-user-approve' ) . "\r\n\r\n";
    	$message .= ('{username}') . "\r\n\r\n";
            $message .= ('{password}') . "\r\n\r\n";
    	$message .= "You can now login and view our support area: \n";
Viewing 1 replies (of 1 total)
  • The topic ‘Approval / Denial message’ is closed to new replies.