Leave a Reply

1 comment

  1. Having done some research into WordPress logins in the past, this is one of the few (possibly only?) tuts I could find where the author actually created a new login/register form.

    http://digwp.com/2010/12/login-register-password-code/

    Even so, he still uses the generic WordPress wp-login.php code.

    Re-coding the entire process is a big task. If you dig into theme-my-login you will see that it’s a few thousand lines of code.

    wp_update_user & wp_insert_user might get you started!