Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,826 through 1,850 (of 1,893 total)
  • Author
    Search Results
  • enlightenmental1
    Participant

    what if we wanted to collect all the active=0 (non activated emails/users) and resend an activation email?

    is there a way to easily resend the activation email to non activated users?

    #44353
    Kunal17
    Participant

    Yes, they do. Even the register page loads and works fine, just does not send out the activation email. The website is http://theindianstartup.com

    Kunal17
    Participant

    Thanks,

    I registered through buddypress so was not sure if it was an issue with its integration with WPMU. I guess Ill just wait for a few days for the emails to be available.

    hyrxx
    Participant

    why dont you just get a catch all email address its way better

    then you can make up email addresses on the spot and know where the mail is coming

    its so useful that everyone should do it – you have infinite addresses because it always appears in your inbox

    try it ,,

    ANYTHINGHERE@hyrxx.com

    takuya
    Participant

    This question is about wpmu and not buddypress. anyway, those nonactivated users are deleted after 3 days (as far as I remember). There’re also plugins to enable the same email address registrations.

    Kunal17
    Participant

    Also, I deleted the users that I registered through wp-signup (from the WPMU site admin->Users section). However, when I try to register those users again, it gives me an error that those email addresses are already taken.

    I dont have any email address to test anymore!

    Kunal17
    Participant

    On my installation, when I register a new user using register.php (which my default theme points to), no registration activation email is received by the user. However, this works fine when wp-signup.php is used.

    The forums say that the register file is easier to customize so I would rather use it, but how can I get the registration activation to be sent out?

    Kunal17
    Participant

    I created a bunch of test users from the domain/register link and did not receive an activation email for them. Later realized that I have to use the domain/wp-signup.php page to register instead. Now the problem is that I am not able to delete the users with pending activation because they don’t show up in WPMU users list and I can’t register new users with the same name or email address. How can I delete those pending users?

    #39522
    Kunal17
    Participant

    Ok, the sign up form on the front page was directing to domain/register which does not work (the registration process shows success but does not send an activation email). I used domain/wp-signup.php instead and that worked fine (thanks TheEasyButton)

    #44322
    Kunal17
    Participant

    I have the same problem. I am running 1.0 on a fresh install. The new user registration goes off successfully, but the activation email is never received. The buddypress install is at http://theindianstartup.com

    misterbenyee
    Participant

    my site (gumshuland.com) was working fine before the 1.0 upgrade. i must have done it wrong. now when new users sign up, the browser message says successful, but the activation email doesn’t go out. where should i try to fix this? thanks in advance.

    13hulyo
    Participant

    Is that possible because in my site if you register a domain @yahoo.com there is no activation coming on the email, maybe a problem on my hosting they only allow gmail on their registration

    jfcarter
    Participant

    I know that several of the activation/signup emails are located in wpmu-functions.php and while I know it’s not the preferred method, I updated some of the text there.

    When testing out the registration functions, I found the text for the emails with the registration information have been updated. But not the activation email, even though I changed that text also.

    Is there another location for activation/signup email text? Or is there location for any of those messages in Buddypress?

    It sounds to me like a bot is hitting your registration hard, and keeps attempting to refresh a page or is getting stuck on the creation reload or activation email, and is overloading the server with requests.

    It’s kinda one of those situations now, where all those plugins start to muck up our ability to figure out if this is BP’s fault or not. Usually the recommended plan of attack is to disable all plugins now, try to create a test user yourself, and see what happens.

    Even if you upgrade to the most recent trunk, and a bot or an unruly plugin are to blame, rather than creating tons of new tables, you’re still getting the overload of requests which is causing all sorts of havoc.

    #42422
    peterverkooijen
    Participant

    I only want real full names in my site. I want to eliminate the anonymous \”username\” as much as possible.

    This excellent plugin makes it possible to login with just email address and password, but you still get that stupid username in activation emails etc. At the moment I\’m struggling to find out how to replace it.

    Just my 2 cents. Please don’t make Buddypress entirely username centric. They’re childish…

    #4352
    peterverkooijen
    Participant

    How can I use the full name/real name in the activation email and messages?

    It shouldn’t be necessary to have emails with ‘Dear User’ when you already have the new member’s real name.

    Dedy Sofyan
    Participant

    Interesting mod. Thanks.

    The mod redirects the activation email to the admin’s email address then the admin clicks the activation URL to “approve” the request.

    Is there a way we can include the user’s info in the activation email (full name and other extended profile info) for the admin to decide whether to approve it or not?

    #40970
    enlightenmental1
    Participant

    My challenges are as follows –

    1. Import the old data & other fields to corresponding WPMU database fields

    2. Convert their passwords to encrypted passwords.

    3. Send activation mail to all the users [handled by your plugin]

    how many users do you have?

    can you not simply enter them by hand and let WPMU generate a “new/temporary” password

    yourcurrentuser|theirfirstname theirlastname|theiremail@email.com

    that would

    – Hash/encrypt their password (they still have to login and change it)

    – import them into the DB

    – send activation email/username + password

    just a thought

    #40574

    In reply to: Lost Password is crazy

    modemlooper
    Moderator

    No site does this anymore. You sign up choose your password and then it sends that password in an email with a verify link. I have 153 member and 100 of them had to do the forgot password because they did not change the password and deleted the email. I changed the text in the sign up to tell them a temporary password will show and to change it asap. What file is the email text in? I want to put a reminder in that activation email to alert them to change password.

    Thanks

    #3968
    dheerajsingh
    Member

    After doing a lot of research on the net I have found a way in which the admin can moderate the new users and/or blogs.

    This is how it happens

    1. A new user registers on your site.

    2. After registration he/she is shown a message that “an admin needs to approve your account etc…”

    3. The admin recieves the activation mail in his/her inbox.

    4. When the admin clicks on the activate link the member gets a mail in his/her inbox with their username and password.

    And Here is how to Achieve this.

    Step one:

    a. Open wp-content/mu-plugins/bp-core/bp-core-activation.php

    b. Search for wp_mail($user_email, $subject, $message, $message_headers); (There are two instances of this code on the file)

    c. In the above piece of code replace $user_email with $admin_email or ‘youremail@yourserver.com’

    d. Do the same changes for the other instance.

    e. Finally you must have changed $user_email with $admin_email or ‘youremail@yourserver.com’ at two places on Open wp-content/mu-plugins/bp-core/bp-core-activation.php

    Step 2:

    a. Open the fle wp-content/mu-plugins/bp-core/bp-core-signup.php

    b. Search for functions bp_core_signup_confirm_blog_signup and bp_core_signup_confirm_user_signup

    c. Thse functions will have the messages that are displayed to users on their screen after they sign up.

    c. Change the messages as per your needs.

    Step 3:

    Test the changes

    :-)

    I have made these changes and tested them on http://iitdreams.com. However all these changes require to change code at places where it will be lost during upgradation. Can someone come up with a plugin for same.

    #40032
    benny148148
    Participant

    hmmmm…I’m not using any other plugins other than buddypress and Dynamic Content Gallery in the regular plugins folder. This wasn’t an issue a few days ago, but suddenly it stopped working, and I haven’t done anything to the core.

    I’m using the latest trunk version, so it’s not a bug with RC-1.

    The weirdest thing about it is if I add a subdomain to the activation email…ie. community.domain.com/wp-activate.php?123456789, the domain suddenly becomes activated, and the password is given. Can’t figure out why adding the subdomain to the URL would work, but I just tested it for the heck of it and it actually worked! Now I’m even more confused…maybe I’ll just hack the core and make it send emails out with the subdomain in the link ;) … but really, I’d love to know why that is happening…I know hacking the core isn’t the best idea :)

    To see what exactly I’m talking about…check out the two links below and take a look at the URL in each one…both have the exact same activation keys…but only the one with the “community” subdomain shows up correctly:

    Activation WITH “community” subdomain:

    http://tinyurl.com/bljm5s

    Activation without “community” subdomain:

    http://tinyurl.com/be7m6e

    #40028
    Rich Spott
    Participant

    I had this problem too, I found that it was a conflict with some of my plugins.

    First, take out any plugins in /mu-plugins and try to activate the email again.

    I found that wp-super-cache was causing some conflict in my blog, I took it out and it works perfectly now.

    Then, if your activation works, place the buddypress plugins back in /mu-plugins and try to activate.

    If these work, then one by one add the plugins that you had until you find the one that broke it.

    That’s what I had to do and now my site works fine.

    #3894
    benny148148
    Participant

    When a new user signs up, they receive the activation email perfectly, however when the activation link within the email is clicked, it brings up a completely broken/blank page on my site…You can see my header, but nothing else…even the menu-bar is missing (see image below).

    I’m not sure what could be causing this issue? This was working a few days ago, and I don’t have any new plugins/major changes to the site since then…Any ideas?

    http://www.screencast.com/users/Bear_Down/folders/Jing/media/84b28cc8-c999-4348-8c4e-43fd7496fcda

    devweb
    Participant

    HAve this so far:

    <form method=”post” action=”<?php echo site_url(‘activate?key=$user_name’); ?>”>

    <input type=”submit” name=”activation” value=”Activate now” />

    </form>

    This returns ‘incorrect activation key’ – great, on the right road.

    Now in place of $user_name, I need a function, but I can’t figure out how to get it in. I thought maybe putting this in there would do the trick:

    $key = @mysql_query(‘SELECT activation_key FROM wp_signups WHERE login_user=$user_name’);

    Then

    <form method=”post” action=”<?php echo site_url(‘activate?key=$key’); ?>”>

    <input type=”submit” name=”activation” value=”Activate now” />

    </form>

    Don’t think the syntax is right above and neither is it in the form above, Nicolagreco or J can you lend your expertise?

    Thanks very much

Viewing 25 results - 1,826 through 1,850 (of 1,893 total)
Skip to toolbar