We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8425
    • 159 Posts
    Hi there,
    I’m trying to use the SMF bridge with MODx and to synchronize web users with SMF forum users. The password of modx account differs from password of forum account. I cannot be authorized at a forum.
    Does anyone know why?
    Also I read somewhere that I should add those lines in the module SMFConnector
    if ($user && ($username == "")) 
    {
       $username = $user['username'];
    }


    I did that but still password are not synchronized.
    Has anyone be able to use single login with web user and SMF?
    Thanks for sharing