milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

What user system? #46

Closed ghost closed 11 years ago

ghost commented 11 years ago

I seem to have trouble installing the whole idea of the forum plugin in a fresh installation of CakePHP 2.4.0 stable. I would like to know what user auth is compatible with the forum plugin since there is non included inside the package.

milesj commented 11 years ago

You build your own user system. Requires CakePHP's auth system.

ghost commented 11 years ago

Thanks for the information Miles. I looked up CakeDC/users and I am going to install that before I install your forum Plugin. Fingers crossed for me.

milesj commented 11 years ago

Sorry, the users plugin will not work since it uses UUIDs instead of integer IDs. You will need to build it yourself, which isn't really that complicated.