• Resolved Mirco Babini

    (@mirkolofio)


    Hello,

    I need to permit guest users (without a site access) to approve other members, if they receive the approval link to be clicked.

    At the moment when clicking an approval link as guest: You need to login as admin to activate the user.

    That’s cool for security reasons, but please add a filter on this line to permit dev customizations:

    public static function link_activate_user() {
    > if(current_user_can(‘manage_options’)) {

Viewing 1 replies (of 1 total)
  • Plugin Author Metagauss

    (@metagauss)

    Hello @mirkolofio,

    Thanks for writing to us. Unfortunately, providing such a hook to skip the capability check can pose security issues and expose the plugin to exploitation. We will try to have some alternatives available down the line, but it’s difficult to commit to any fixed timeline because thorough testing will be required before we are confident about a secure release.

Viewing 1 replies (of 1 total)
  • The topic ‘Permit user approval from guests’ is closed to new replies.