March 2009
A Better Login System - Nettuts
by ycc2106Most only deal with authenticating the user, which allows for two levels of security: logged in and not logged in. For many sites, a finer degree of control is needed to control where users can go and what they can do. Creating an access control list (ACL) system will give you the flexibility for granular permissions.
May 2008
Login form in Symfony 1.1, with the new form system
by kasi77Login form in Symfony 1.1, with the new form system
Symfony 1.1 comes with a complete new form system. It works completely according to the MVC draft:
* Model: the validation
* View: the form self through widgets
* Controller: the form class that the model and view parts manages and uses
Make sure you have a running Symfony 1.1 based project and application and modules. In this example I build the form inside the myModule module and myLogin action.
My form makes use of i18n, which is in my case autoloaded in settings.yml.
This tutorial uses Symfony 1.1 beta4 and RC1.
February 2008
1
(3 marks)