Hi,
Thanks for your post.
I don’t expect that this should be a problem. However, I have not tested it yet!
I will give this more attention in version 1.3.
JP
I have tested the plugin (v1.2) today in a multisite environment and I didn’t encounter any problems 🙂
JP
Ok, thank you!
And one more question – does your plugin block the user/visitor at the whole network or only at that exactly site he failed to login? It is important to not block him everywhere I think – could you do smth with this?
Unfortunately, the plugin will block the ip address for the entire network. This is because all sites in the network share a single htaccess file.
I will investigate whether there are possibilities, but I’m afraid it’s impossible.
JP
I see… thank you for the answers!
And the second one more question. even two:
1) Is it possible to give the blocked visitors some information (that everything is OK, just wait and do not panic)? It can be a redirect or simple text in the table with a bit of CSS… It is vital for my users as I want them always know what happened – but in this situation if they are blocked – the even are not able to visit the main site of the network to find out what happened…
2) I would like to hide the plugin settings from sub-sites admins as they don’t need this really (for example – setting htaccess location, experimenting with this…no) and they can block me (just by manual blocking). I prefer to have the plugin options only for super admin in settings of the whole net – and these settings will be for each sub-site (all sites have the same settings). This could be done if the plugin is network activated (for example) or by a checkbox somewhere…
Could you help me with these pls?
Thanks for your post and your feedback!
1) It is possible to generate custom error pages with .htaccess (Eg. ErrorDocument 403 /errordocs/error403.htm). It’s a great idea to implement something like that in the plugin. I will put it on the list for version 1.4!
2) This is possible with the help of an access management plugin (like https://ww.wp.xz.cn/plugins/advanced-access-manager/).
JP
Hi,
I have just released version 1.4 with ability to create a custom message to show to blocked users!
JP