set a default group to registered users with sfDoctrineGuard

249 Views Asked by At

i thought that this was going to be an easy move as what i'm trying to do sounds like, but i'm kind of new to symfony, but all i want is users who register in my web belongs to a group that is the one i use to identify frontend users, but the more i look less i found, thought that something like setGroup('user') was enough, but think i'm lost

some help please

1

There are 1 best solutions below

0
On BEST ANSWER

Check this thread , maybe it will be helpful to you.