Merge pull request #707 from cviebrock/auth-pass-field

Allow password field to be configured for Authentication drivers
This commit is contained in:
Taylor Otwell
2012-06-03 17:51:15 -07:00
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