• Hi,
    For some reason manual approval of users is not working. When I approve membership the users remain in the ‘awaiting approval’ filter and when they try and login in get an error ‘your registration has not been approved yet’.

    Any assistance would be much appreciated.

    Thanks!
    Brendan

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @brendanargent,

    Can you please update to the latest released version of UM and see if this will resolve the issue?

    https://github.com/ultimatemember/ultimatemember/releases

    Thanks.

    Thread Starter brendanargent

    (@brendanargent)

    Hi,

    Thanks for this, I’ve updated to the latest release but now the restricted access settings aren’t working. There are pages that are set to only allow logged in users access and which should be redirecting anyone not logged in to the registration page. Since the update anyone can access these pages.

    Any help would appreciated!

    Hello,

    I’m having the same issue. I cannot approve memberships. Did this get fixed?

    Perch

    Hello, I had a similar problem. I solved it by changing the meta for the password field…I think it had to be “user_password”, but you can search this forum for the exact text.

    Ditto here… nothing works to approve members. It’s killing me.

    Andrea Whitmer

    (@nutsandboltsmedia)

    Would love a solution for this as well – I’ve upgraded to 2.0 but it’s still broken.

    Has anyone found a solution to this? Without manual approval then the plugin is of little use to what I need.

    Andrea Whitmer

    (@nutsandboltsmedia)

    I got automatic approval to work (though it applies to ALL user roles, so if you don’t want them all approved automatically don’t bother) using version 2.0 with this:

    add_action( 'add_user_role', function( $member_id ) {
            um_fetch_user( $member_id );
            UM()->user()->approve();
    } );

    Basically when the person is given a user role at registration, this forces approval.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Ultimate Member user approval not working’ is closed to new replies.