• Resolved dataphysics

    (@dataphysics)


    I am attempting to use the Stealth Login Page plugin, I am running into issues. It works as expected, and redirects when the incorrect URL is entered.

    But, the problem is getting all of WP to use the new login page. There are many built in functions (such as wp_login_form() ) which default to the wp-login.php. I could go in manually and change them, but that would make updating in the future a mess.

    Is there any solution to this problem? Or will I be required to add in a function which modifies the wp_login_form() to use the new login URL?

    Thanks, any advice appreciated.

    https://www.ads-software.com/extend/plugins/stealth-login-page/

Viewing 1 replies (of 1 total)
  • Plugin Contributor peterdog

    (@peterdog)

    If you want to put the WP URL filters back in place, here is the code I removed in v3.0 to stop 80% of the support topics related to member plugin conflicts. This should re-enable the custom URL on reset/lost passwords and the login widget. NOTE, this is a security risk if you post any login links anywhere. The links will both be visible and likely crawled.

    https://gist.github.com/pmgllc/5705808

Viewing 1 replies (of 1 total)
  • The topic ‘User login pages / wp_login_form?’ is closed to new replies.