Allow password field to be configured.

Signed-off-by: Colin Viebrock <colin@viebrock.ca>
This commit is contained in:
Colin Viebrock
2012-05-23 22:47:18 -05:00
parent 8edd8fcbec
commit 62afdf3f2c
3 changed files with 22 additions and 5 deletions

View File

@@ -31,6 +31,19 @@ return array(
'username' => 'email',
/*
|--------------------------------------------------------------------------
| Authentication Password
|--------------------------------------------------------------------------
|
| Here you may specify the database column that should be considered the
| "password" for your users. Typically, this will be "password" but, again
| you're free to change the value to anything.
|
*/
'password' => 'password',
/*
|--------------------------------------------------------------------------
| Authentication Model