I use SfDoctrine guard in my test project. I use also SfForkedApply for registration and managing accounts. I set 3 type permissions: “user”,”creator”,”administrator”.
My question is : When i Create account whit sfForkedApply , How to set automaticly “User” permission to this new user .
I use SfDoctrine guard in my test project. I use also SfForkedApply for registration
Share
Don’t know your exact details, but your would probably need to override the
doSavemethod of the ‘user register’ form and set the user permission.