Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Login issues, cookies problem ?

edited April 2009 in Vanilla 1.0 Help
Hi I just installed Vanilla and used integration howto to use the members table of my website's db Now, I'm experiencing problems with login. I can sign in to vanilla perfectly, the _FIRST_ time. Then, if I sign out and that I try to sign in again, I get an error message saying that vanilla can't find user/pass combinaison. Same thing with my website, I can't sign in after that problem. It says : user doesn't exist. Certainly a cookie problem. There my settings.php: http://pastebin.com/m74d13408 Do I need to modify something ? Add on my website php something like setcookie or anything like that ?

Comments

  • Options
    I don't think it's a cookie problem.

    Does your member's table store its password in the phpass format? The latest version of Vanilla stores its passwords using the phpass format.

    See this discussion for an explanation of why: Vanilla password security
  • Options
    edited April 2009
    No. My passwords are encoded in md5. So passwords are encoded in differently way.. why does it work a first time ? Edit: I used that http://dl-client.getdropbox.com/u/83967/Md5authenticator-0.1.2.zip (found on the topic) It works :) Thanks !
Sign In or Register to comment.