Strawberry
Strawberry

Reputation: 67888

Just installed CakePHP, where to go now with creating a user system?

I've been putting this off for almost 6 months now. I kept telling myself that I will upgrade my website to CakePHP and put in a user system. Well, I finally took the first step by installing CakePHP (It's a small step, but I am proud that I finally did it). Anyways, I want a user system, and I don't know where to go from here. I won't mind creating one myself, but I would need a little direction.

Upvotes: 0

Views: 55

Answers (1)

Russell Dias
Russell Dias

Reputation: 73302

You have not stated the complexity of the user system you're after. However, the following are fairly straightforward authentication systems for CakePHP.

Upvotes: 1

Related Questions