Setting the login column configuration

parent 042423ab
......@@ -46,6 +46,9 @@ abstract class BaseUserTestCase extends TestCase
'first_name',
'last_name',
]);
$app['config']->set('asgard.user.config.login-columns', [
'email',
]);
}
private function resetDatabase()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment