The MU forums have moved to WordPress.org

authentication check? (6 posts)

  1. bigdoug
    Member
    Posted 17 years ago #

    I am looking for the simplest way possible to verify that a user's WPMU username and password are valid from a remote (non-WPMU) script.

    There are a lot of complex application integration ideas out there deep in the forum archives, but I don't see the 2 lines of code answer -- if there is one.

    Thanks in advance.

  2. lunabyte
    Member
    Posted 17 years ago #

    You could:

    - Mimic the procedure in wp-login.php

    - Check for the cookie related to MU for values, and bounce those to see if they are already logged in

    - Write your own little function that performs the look-up in the db, and verifies the info

  3. diniscorreia
    Member
    Posted 17 years ago #

    I'm also trying to do something similar. Any ideias?

    lunabyte, have you tried any of those methods? I was willing to try the last option, but I believe I still would have to check the cookies value - and I really don't know how to do that :\

  4. vikasA
    Member
    Posted 17 years ago #

    hi! friends
    please any one solve my problem
    sorry i use this thread but i want to reply urgently

    Q. I want to create subdomain, which should be change dynamiclly.
    I have a link
    http://www.moonmicrosystem.com/vishw/index.php?subgrp=1&state=Alabama

    i want to change above link as like:-
    http://www.Alabama.moonmicrosystem.com/vishw/

    please any one help me that how is it possible.
    please give me solution in detail and step-vise.

    thanks & regards
    Vikas

  5. andrea_r
    Moderator
    Posted 17 years ago #

    vikasA - please stop reposting your question in every thread you can find. If you don't get an answer - WAIT. If you still don't get an answer it's likely people don't know or they don't want to answer because you keep reposting your question.

  6. lunabyte
    Member
    Posted 17 years ago #

    Or, they don't understand what you're trying to ask, either.

About this Topic

  • Started 17 years ago by bigdoug
  • Latest reply from lunabyte