-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I'm using symfony 1.2 with sfguard 1.4.1.
what's the best practice to register a new user to the system?
10x
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Symfony 1.4 with Doctrine.
Sorry if this is a silly question but what exactly does one need to build on top of the sfDoctrineGuardPlugin to get the "remember me" functionality working?
When I login a user, the sfRemember cookie is created with the default 15-day lifetime, and the remember…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to be able to take the user to the requested page after login, but this does not happen with sfGuard.
** My Register action requires SignIn ;) **
On the listing page [http://cim/frontend_dev.php/]
- user clicks the 'Register' link [@register = register/index]
- user is taken to 'Signin' page…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My symfony project is divided into several apps. Using the sfDoctrineGuard plugin I'd like to create another app just for login, and redirect to the appropriate app after login.
My questions:
• Is this advisable or does it go against how sfGuard is supposed to work?
• Is there a way to redirect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Can anyone tell me where/how to customise the CSRF token error message for forms in Symfony 1.4. I'm using sfDoctrineGuard for logins and in this form particularly, whenever a session runs out and you still have the page open, it throws a very user-unfriendly error: "CSRF attack detected". Something…
>>> More