• Hi,

    Can you specify which privileges should be given to the backend user which we want to allow to access site without password. For admins we know how to do it, but we have some custom admins that we want to also allow to access the site. So what privileges are needed to access the site?

    Thanks

    • This topic was modified 5 years, 6 months ago by ilardo75.
Viewing 2 replies - 1 through 2 (of 2 total)
  • It current just checks for manage_options capability to allow admin users.

    Currently you would have build you own functionality to check the user using the password_protected_show_login filter.

    Use that filter to return false if the user should NOT be required to login.

    Thread Starter ilardo75

    (@ilardo75)

    Ok. Thanks for your answer. We will do that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘what priviliges controls the acces?’ is closed to new replies.