I have in my schema:
project:
...
owner: { type: varchar, size: 128, foreignTable:sf_guard_user,
foreignReference: username, required: true, onDelete: cascade }
...

If I include in the unset owner, I have an error.
But if I don't include owner, how I put the owner in the documents.
The user can put anybody in the list instead of the actual user.
Someone know how to restrict sfWidgetFormPropelChoice to have only
the  actual user in the list.
Thanks.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to