The difference comes when you have multiple credentials: [c1, c2] means the user must have both c1 and c2 [[c1, c2]] means the user must have at least one of c1 and c2
but there's no diff between [admin] and [[admin]]. On Tue, Oct 19, 2010 at 11:53, Javier Garci <[email protected]> wrote: > Hi, > > is there any difference between "credentials: [[admin]]" and "credentials: > [admin]" ? > > > Javier > > > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
