Skip to content

Commit

Permalink
Adding configs for authentication factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 4, 2012
1 parent ddc0d34 commit 71b0e01
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/module.config.php
Expand Up @@ -56,7 +56,16 @@

'entity_resolver' => array(
'orm_default' => array()
)
),

'authentication' => array(
'orm_default' => array(
'objectManager' => 'doctrine.entitymanager.orm_default',
//'identityClass' => 'Application\Model\User',
//'identityProperty' => 'username',
//'credentialProperty' => 'password'
),
),
),

// zendframework/zend-developer-tools specific settings
Expand Down

0 comments on commit 71b0e01

Please sign in to comment.