sfdoctrineguard
allow users to change their own password, email and Profile
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[详细]
2023-02-06 20:17 分类:问答Using sfDoctrineGuardPlugin. Want to set id field without user choice
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.[详细]
2023-02-06 14:12 分类:问答Symfony admin generator : add user id before saving
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.[详细]
2023-02-06 04:06 分类:问答with Symfony sfDoctrineGuardPlugin, users can open a page which actually they cannot by changing url
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?[详细]
2023-02-06 03:12 分类:问答with Symfony sfDoctrineGuardPlugin, i need to have user group and some settings for permissions etc
its my first real project with Symfony. i need to have some settings like permissions on my backend application.[详细]
2023-02-04 20:05 分类:问答Where to implement the security filter for dynamic groups
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[详细]
2023-01-29 15:05 分类:问答Display current logged-in user
I\'m using Symfony and sfDoctrineGuardPlugin. How do I display, in a template, the username of the current user ?[详细]
2023-01-25 13:45 分类:问答Embed forms in Symfony
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:[详细]
2023-01-19 20:29 分类:问答Symfony : How to use permission / groups with sfGuardAuth
I just saw that there is no so much documentation about sfGuardAuth groups and permission. I have a permission named : moderator[详细]
2023-01-16 23:33 分类:问答sfDoctrineGuardPlugin + vjCommentPlugin
I\'ll have installed both plugins on my symfony project via official Readme, everything installed fine, without errors.[详细]
2023-01-16 10:36 分类:问答