The MU forums have moved to WordPress.org

integrating mu with custom site using custom site md5 password (3 posts)

  1. Anonymous
    Unregistered
    Posted 16 years ago #

    Hi

    I recently started working on mu for a client and am integrating their login system with mu's login system the client is storing a md5 password which they want to be used by their users while logging in to their blogs also which are hosted on another domain.

    basically they want the username and password to be the same on their site and a mu install. so far i have been able to get their users data into mu but while I call in wp_signon() function with the reqd parameters it just does not log the user in it takes the user to the signup page

    just wanted to know has anyone here have any idea what i might be doing wrong

    thanks a lot

    MU is truly great after this project is complete will be working a lot more on this platform and getting more at the core code level of the project

    btw good work guys really appreciate the work done by donncha in keeping mu going

  2. MrBrian
    Member
    Posted 16 years ago #

    You'll probably need to debug the wp_signup function and see why its forwarding you to the signup page. Just a note that wordpress is changing the authentication cookies once again in the next release, and that since you're going cross domain don't expect the cookies you set on 1 domain to be readable by the other.

  3. Anonymous
    Unregistered
    Posted 16 years ago #

    Yes am currently doing that Thnx for the info about the cookies too :)

About this Topic