Thanks Alexandre & Gabor. On Sun, Nov 29, 2009 at 1:59 PM, Alexandre SALOME < [email protected]> wrote:
> More information on security.yml : > http://www.symfony-project.org/reference/1_2/en/08-Security > > Check your symfony version (1.0, 1.1, 1.2, 1.3 or 1.4) when reading > documentation. > > Read information about security(.yml) in symfony documents : > http://www.symfony-project.org/doc/1_2/ > > And check versions ;) > > Enjoy reading, > > Alexandre > > 2009/11/29 Gábor Fási <[email protected]> > > In apps/appname/modules/modulename/config/security.yml: >> >> new: >> is_secure: true >> >> this'll make it so only users logged in can access the new action. See >> the inside the controller layer chapter of the book [1] >> >> I don't think sfGuard has a registration part, but it provides the >> forms for you, so it's pretty easy to implement. >> >> [1] >> http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_sub_access_restriction >> >> On Sun, Nov 29, 2009 at 10:36, seifolah Ghaderi <[email protected]> >> wrote: >> > Hi any body. >> > I'm developing a special forum with symfony. >> > I want to secure insert topic page. >> > I have a Topic module.and I can use New action of it. >> > But How Can I secure it?(to allow users that signed in). >> > I have another question.Have sfGuard have any registeration page or we >> > should implement it?or how impelement security in frontend application? >> > >> > King regards. >> > >> > -- >> > >> > 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]<symfony-users%[email protected]> >> . >> > For more options, visit this group at >> > http://groups.google.com/group/symfony-users?hl=en. >> > >> >> -- >> >> 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]<symfony-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/symfony-users?hl=en. >> >> >> > > > -- > Alexandre Salomé -- [email protected] > > -- > 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]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > -- 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.
