Allow password field to be configured.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user