john992
Forum Replies Created
-
Hi, thanks for your reply.
Until your answer I didn’t know about “unfiltered_html capability” ;). I haven’t removed anything.
I add the cap.php to my wordpress root folder.
It shows logged on as admin: You have the unfiltered_html capability.
and logged on as editor: You have the unfiltered_html capability.It
- This reply was modified 4 years, 8 months ago by john992.
Hi @nintechnet ,
the display of the debugging mode no longer works. The administrator is shown in green. The editor is displayed in red.Here is my .htninja config:
define (‘NFW_SESSION_DEBUG_CAPS’, ‘editor, administrator’);I recently updated WordPress, activated the FULL WAF mode and uninstalled and reinstalled Ninja Firewall as a test, because the FULL WAF mode could not be switched on.
I don’t know what the fault could be.
Hi, yes the debug function works!
But we can mark this Thread as solved – the entry in .htninja solved my problem.
Thank you.Yes, I have already log out and log in with the editor user. It has no effect.
Perfect! It’s works. Thank you! At first I only allowed the IP. With that the live log was no longer running.
if ( $_SERVER["REMOTE_ADDR"] == 'xx.xx.xx.xx' ) { return 'ALLOW'; // whitelist }Why it’s doesn’t work with these setting? (It works as an administrator, but not as editor user)
Setting – Firewall Policies -> Basic Policies -> “Add all logged in users to the whitelist”