• Hi,

    Thanks for the plugin.

    Would you kindly consider adding a filter hook on user capabilities (e.g. on !current_user_can('activate_plugins')) to allow for example Shop Manager or Editor to access Logs/Lockouts tab/table?
    On WooCommerce it would be very helpful to allow Shop Manager to unlock the customer.

    It would also be useful to have a filter hook on notify_email message, for example to add a link to Logs/Lockouts tab/table.

    Thanks

Viewing 1 replies (of 1 total)
  • I second this request as I came here with the intention to ask for the same (although I was under the impression it was tied to manage_options).

    Possible alternative to OP’s suggestion of a filter hook: LLAR could also introduce a custom capability for that. Checking if a user can manage the blocklist would be somthhing like this:
    current_usercan(‘activate_plugins’) || current_usercan(‘llar_manage’)

Viewing 1 replies (of 1 total)
  • The topic ‘Allow other user roles to handle lockout’ is closed to new replies.