Viewing 3 replies - 1 through 3 (of 3 total)
  • I haven’t checked any of them out but go to this site (wordpress.org) / extend / plugins directory and search for custom login. There are plenty to choose from that you can check out.

    Thread Starter guyweb

    (@guyweb)

    Thanks ditiger2k. Yeh none of them work as they only add style sheet links to the <head> portion of the page. There are hooks in the API to do that easy enough:

    `add_action(‘login_head’, ‘bm_custom_login’);
    add_filter(‘login_headerurl’, ‘change_wp_login_url’);
    add_filter(‘login_headertitle’, ‘change_wp_login_title’);’

    but apparently nothing to change HTML beyond that. Hmmm..

    hey guyweb, did you figure this out? I want to modify the login page so my users know to use their Windows Domain credentials via an AD Auth. integration… obviously you could just edit the PHP file but then upgrades will kill it…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rewrite the HTML markup of wp-login.php’ is closed to new replies.