I\'m creating my own blog engine to learn Symfony, and I have a question : I can add and edit users thanks to the sfGuardUser modul开发者_运维技巧e, but how can I allow users to edit only their recco
I am using Symfony 1.4 and Doctrine 1.2 and sfDoctrineGuardPlugin. I have a article create pa开发者_开发百科ge. On my article table, i have profile_id field for saving which user (author) wrote it.
I\'m creating my own blog engine to learn Symfony, and I have a question : In the generated administration pages for a blog post, I have a drop-down list of authors, to indicate the author_id.
I am using Symfony 1.4, sfDoctrineGuardPlugin. On my backend app, users can reach a page which they cannot actually by changing url manually. Is there any way to stop it?
its my first real project with Symfony. i need to have some settings like permissions on my backend application.
First I\'ll describe rougthly the context. I want to have a symfony application where I can create various areas. In each of the areas, you can have different kinds of users (or roles). Each user can
I\'m using Symfony and sfDoctrineGuardPlugin. How do I display, in a template, the username of the current user ?
I\'ve added a profile class to sfDoctrineGuard, and in the admin I\'m trying to edit the profile part while editing the user, using embed forms as explained here:
I just saw that there is no so much documentation about sfGuardAuth groups and permission. I have a permission named : moderator
I\'ll have installed both plugins on my symfony project via official Readme, everything installed fine, without errors.