Tagged Questions
0
votes
3answers
978 views
Backend sfGuardUser module
I use symfony 1.4.11 with Doctrine
I have sfGuardUser module in backend. I have sfGuardUserProfile table.
sfGuardUserProfile:
connection: doctrine
tableName: sf_guard_user_profile
columns:
...
1
vote
1answer
428 views
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 page. On my article table, i have profile_id field for saving which user (author) wrote it.
My problem is, ...
0
votes
1answer
774 views
How do I embed sfDoctrineGuardPlugin register/signup form into my homepage module template?
So far I have copied sfGuardRegister into my frontend app modules directory so it has taken over the default sfGuardRegister located in the sfDoctrineGuardPlugin directory in the symfony plugins ...
0
votes
2answers
948 views
Widget “password_again” does not exist
Got this error: Widget "password_again" does not exist.
I can't think why it has suddenly started appearing. I'm using the default generator file supplied with the sfDoctrineGuard plugin
...
2
votes
2answers
1k views
symfony override BaseForm class howto
I've installed the sfDoctrineGuard plugin. Everything is working, I can use the /sf_guard_user/edit/:id page to edit a user.
I didn't like the way the permissions were listed as a select list, I ...