Hide Backend Custom Error Message
-
There used to be an option to customize the message that was displayed when it was set to not redirect users to a custom url. If I remember correctly the default message was “error”.
I always change this to be a little more unique so if legitimate users are getting locked out I know what the cause is based on knowing that custom error message, vs some other lockout message or even another security plugin’s lockout message or some other error message.
Now it looks like this option has been removed and it says it will just throw a 403 error, but it is loading a WordPress styled page that says “This has been disabled.” with a few scripts being loaded. I can only assume that this is using a few more resources than the simple error message. One of the great things about the simple error message is that it could handle brute-force attacks without using a ton of resources.
Is there some other reason I’m not aware of for removing the custom error message and using a WordPress generated 403 page instead?
- The topic ‘Hide Backend Custom Error Message’ is closed to new replies.