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.

Creating a single login

edited November 2006 in Vanilla 1.0 Help
So back in August of 2005 I had been told about vanilla and was floored. I was at that time working on a site that needed a message board. We already had a user login and we were wondering if it would be possible to have a single login. Meaning, that when a user signed up for our site, they would automatically have a vanilla login as well. At the time there was no add or feature for this. I was wondering if this had changed at all. I'm not much of a programmer so I don't even know where I would begin to write a script to write into the DB table where vanilla stores users names.

Comments

  • All of vanillas classes which deal with user management are seperate from the vanilla core. If you check out the People folder in your \library\ you can see how it deals with various things. Perhaps the easiest way would be for you to hook into this and run the necessary functions whenever a user signs up to your site and leave vanilla to do the necessary work. That depends how 'not much of a programmer' you are though...
  • edited November 2006
    You should also take a look at the integration of vanilla with word press: http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress
This discussion has been closed.