Skip to content

Commit

Permalink
Don't let "remember me" services attach to Wordpress form login
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtorrent committed Oct 9, 2011
1 parent 3dbb606 commit 2933a0d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ protected function createAuthProvider(ContainerBuilder $container, $id, $config,

return $providerId;
}

protected function isRememberMeAware($config)
{
return false;
}

public function getKey()
{
Expand Down

0 comments on commit 2933a0d

Please sign in to comment.