I am new to Yii. Just found a extended version of the official Yii blog demo at this website (http://renovace.org/04_workflow_revisioning/). I want to learn the implementation of user registration and unix-like permission management in this demo.
Is the author active at this forum? Anyone has the source code of this demo?
Thx! But the demo you mentioned does not have user registration. Is there a demo with the user registration feature? CRUD for User model is different from CRUD for ordinary models.
At this moment, I have trouble with matching "password" field with "password_repeat" field. I added