Using /wp-admin works, using /login gives a 404. Why?
I just did a manual install and tried to login, but was unable to do so using domain.com/login. I got a 404 error. … Read more
I just did a manual install and tried to login, but was unable to do so using domain.com/login. I got a 404 error. … Read more
I guess WP uses a PHP session (or a cookie) to save login data, right? I have a website, which uses WP as … Read more
I like to secure a certain page for admins. How do I check if a user is logged (and is admin)? Of their … Read more
I wanted to replace the wordpress logo which is displayed on login screen with some custom text. Here is the code what I … Read more
I’m trying to fork this plugin to use the user email to login, as opposed to Username. The plugin is http://wordpress.org/plugins/wp-modal-login/ Is there … Read more
I am just trying to change the url of “register” on wp default login page(domain.com/wp-login.php) I want to change the url on register … Read more
I’ve shut down password resets for all users. I now need to prevent /wp-login.php?action=lostpassword from doing anything should anyone manually input the URL … Read more
As administrator, if I make a new user, I can choose to email my new users a link which they click to go … Read more
I want to override the phrase “Registration complete. Please check your e-mail.” without modifying the core code in wp-login.php Does anyone know what … Read more
I created a login form in the frontend with wp_login_form(). In my functions.php file I added an action to prevent the redirect to … Read more