• The person I work for has a email address that a couple different people access to approve new users when they register. When I did a test register, they do get an email with this information:

    ———- Forwarded message ———-
    From: MediMizer <info@medimizer.com>
    Date: Thu, Dec 19, 2013 at 9:24 AM
    Subject: [MediMizer] New User Registration
    To: info@medimizer.com

    New user registration on your site MediMizer:

    Username: austin@austinbattenberg.com

    E-mail: austin@austinbattenberg.com
    Username: austin@austinbattenberg.com
    First name: test
    Last name: test
    Nickname: austin@austinbattenberg.com

    Industry: Hospital
    * Company or Hospital Name: test
    * Department: test
    * Title: test
    * Address 1: test
    * City: test
    * State/Province: test
    * Zipcode: test
    * Country: test
    * Phone 1: test

    However, there is no option to approve directly from the email. I noticed from looking at other forum questions that there should be an option. Does anyone know what I need to do to allow approval directly from email?

    Thank you,
    Austin

    http://wordpress.org/plugins/new-user-approve/

Viewing 7 replies - 1 through 7 (of 7 total)
  • curious how this was resolved?

    It looks like the email had been modified using filters. Using ADMINURL in the filtered message will add a link to approve/deny the user in the email.

    Thread Starter frionel

    (@frionel)

    I don’t know why I clicked resolved. I think it was an accident.

    That being said, could you point me in the direction of how I would use the ADMINURL in order to add the approve/deny link in the email?

    I appreciate it.

    Thread Starter frionel

    (@frionel)

    I think the reason why I clicked resolved is because I’ve been trying many different plugins to accomplish what the guy wants, and I believe the problem was with a different plugin, and I couldn’t delete the topic.

    Basically, he wants all of the information that a new user fills out to be displayed via the email, as well as an option to either approve or deny. I don’t know if this plugin can accomplish it, it’s been a frustrating problem that no single plugin seems to do for me, at least as far as I can tell.

    Here is an example of how you would use ADMINURL:

    https://gist.github.com/picklewagon/8800006

    Thread Starter frionel

    (@frionel)

    So on the link you provided, it has php on a file called: override-default-admin-message.php

    Now your plugin doesn’t have that php file. Is that a new file I upload to the plugin’s folder? Or is it somewhere else?

    Sorry if this is all newbieish questions.

    Sorry about the delayed response. Hopefully you have resolved this issue in the meantime.

    In case you haven’t, you can put that code in your functions.php file in your active theme. Or you can create a new plugin with that code.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to approve from email?’ is closed to new replies.