Bug #5
sfFacebookConnectRememberMeFilter
| Status: | New | Start: | 01/13/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
When a facebook session is active, the filter always signs in a user no matter what.
Instead of:
$sfGuardUser = sfFacebook::getSfGuardUserByFacebookSession();
it should be:
$sfGuardUser = sfFacebook::getSfGuardUserByFacebookSession(false,true);
to prevent automatic creation of sfGuardUser when no such user exists.