vadr999 / authphpbb3

Authenticate dokuwiki against phpbb3 credentials
GNU General Public License v2.0
2 stars 2 forks source link

unable use loginform in wiki #3

Open jwacalex opened 10 years ago

jwacalex commented 10 years ago

Hi, if i want to use the dokuwiki-login, i'll get the following error: authphpbb3 error: wrong phpbb3 sid in cookie. if i log into the forum first, the session is moved correctly to the wiki.,

Settings in phpbb3: Cookiename is: example_forum Cookiedomain is: example.org

Setup: forum.example.org (Forum) and wiki.example.org (Wiki)

edit if the wiki is a subdirectory i've the same problem

i think there is an user failure, but i can't figure out what's wrong

hasinasi commented 9 years ago

I have exactly the same problem: I can sign in at phpbb3, and the cookie will be honored at dokuwiki. (However, at dokuwiki I do not see an option to sign out.)

But I cannot sign in using dokuwiki. I tried this with the repository versions of dokuwiki and phpbb3 in kubuntu 14.04. I also tried using the latest available versions of dokuwiki, and it still did not work.

The error I am getting in the dokuwiki debug log after trying to log on from dokuwiki is "authphpbb3 error: session_user_id == 1 on guest session"

This just does not work :(