Problem When trying to log into a WordPress website, using the wp-login / wp-admin page - the page redirects back to the login page after entering in the username and…
One of the common steps taken to secure a WordPress installation is to restrict access to wp-login.php using .htaccess rules. This restricts who can login to the website by specifying…
The following code can be used to disable the WordPress "Password Changed" notification emails. These are the emails the site administrator receives when a user changes their password or first…
The following code can be used to disable the WordPress new user notification emails. There are two notification emails - the user notification - these are the emails the user…
By default when Internet Explorer is displaying a website that falls within a computers intranet zone the page is rendered in IE5 document mode - typically leaving the page looking…
wp-login, also known as "The Login Form" is the standard place where authentication is handled on WordPress websites. It's the screen users see and interact with when registering, logging in…
The following WordPress filter will redirect the wp-login.php register page to /register For example FROM http://example.com/wp-login.php?action=register TO http://example.com/register/ This allows you to create a register page using a third-party forms…
When resetting passwords in WordPress a random password is automatically generated and pre-filled in the password field. The random password may be seen as overwhelmingly complicated for some users and…
CloudFlare is a popular and free service that speeds up your website by managing the websites DNS and routing traffic to a visitors closest cache of your static content, such…