Skip to content

Commit

Permalink
updating li3_users auth form adapter config
Browse files Browse the repository at this point in the history
  • Loading branch information
daetal-us committed Sep 19, 2011
1 parent 4207045 commit 3f77066
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libraries/li3_users/config/bootstrap/session.php
Expand Up @@ -18,7 +18,14 @@
'name' => 'li3_user'
)
),
'adapter' => 'Form',
'adapter' => array(
'Form' => array(
'filters' => array(
'password' => array('lithium\util\String', 'hash')
),
'validators' => array()
)
),
'model' => '\li3_users\models\User',
'query' => 'login',
'fields' => array('_id', 'password')
Expand Down

0 comments on commit 3f77066

Please sign in to comment.