Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter camblair

    (@camblair)

    Thanks for pointing me there…but I’m not expert enough to know exactly what I should do there.

    Would I just edit the else statement for switching back to the previous user with the preferred url? How would I format that?

    Like this:?

    @param //mydomain.com/wp-admin/users.php $redirect_to

    Do I change “param” to be something unique?

    I’m having the same issue with all of my WP sites hosted with 1and1.

    I was able to get logged in for now by doing two things:

    Copy then rename the wp-login.php file to something like adminlogin.php

    Then edit the new file (adminlogin.php) on about line 841 where the form does a post to wp-login.php and change it to: <form name="loginform" id="loginform" action="<?php echo esc_url( site_url( 'adminlogin.php', 'login_post' ) ); ?>" method="post">

    Hope that helps till 1and1 gets their ish together.

Viewing 2 replies - 1 through 2 (of 2 total)