-
Diego de Oliveira replied to the topic [Resolved] Need activation key??? in the forum How-to & Troubleshooting 10 years, 6 months ago
Ok, maybe I got the source of the problem. I use this code below to change the text from the e-mail with the activation code:
<?phpfunction bp_change_activation_mail_text( $message ) {
// Get some globals
global $bp, $wpdb;// Get username from the signup form just posted
$username = $bp->signup->username;// SQL query to get…[Read more]
-
Diego de Oliveira replied to the topic [Resolved] Need activation key??? in the forum How-to & Troubleshooting 10 years, 6 months ago
Hi, folks,
I’ve seen that this thing of activation e-mail is quite a headache for some people using BP. I’m currently having some trouble too. Most of the time, when a user creates an account on the site I’m working on, the e-mail with the activation link is sent ok. But for some users, the link on the e-mail comes without the key (something like…[Read more]
@diegoliv
Active 5 years, 1 month ago