Forums

External DB authentication - consume webservice instead? (2 posts)

  1. mamikel
    Member
    Posted 11 months ago #

    Hi,

    this plugin sounds like it will do what we need but I was wondering whether it can be extended to use a wcf/web service rather than direct database connection? I'm happy to do the work, but am a noob to PHP and WordPress and have so much to learn - and as usual no time "needs to be done this week" :( so would really appreciate any insights or pointers to the code I need to modify.

    many thanks
    Matt

  2. mamikel
    Member
    Posted 11 months ago #

    Just looking at the plugin, is there a bug on line 450?
    It has:
    if ($id = username_exists($username)) { //just do an update
    should this be
    if ($id == username_exists($username)) { //just do an update

    cheers
    Matt

Reply

You must log in to post.

About this Topic