crystalm
Member
Posted 3 weeks ago #
Hi,
Was wondering if we could turn off the user verification emails, or edit them?
I currently have the register-plus plugin install to manage the user sign up process. We would still like to have the same manual process in place, so a user has to be verified before they can post to the blog. But is there a way of editing the contents of the email that goes to the user, when they are verified? If the text can't be edited is there a way I can turn off the automatic sending of the verification email?
crystalm
Member
Posted 3 weeks ago #
Okay have found the spot in the php code to edit it but I am not a coder and don't know what instuction to type to get the thing to print the users password in the verfictaion email. Can any one help me?
$message .= sprintf(__('Password: %s', 'regplus'), $user->user_pass) . "\r\n";'
this is the lin of code where I try to get it to print the users password. I know its wrong because it's not working. Can anyone suggest how I can modify it do disply the users passowrd?
Is it something further up in the function, do I need to call the field first or something?