mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
16 lines
315 B
PHP
16 lines
315 B
PHP
<?php
|
|
$config = [
|
|
'admin' => [
|
|
'core:AdminPassword',
|
|
],
|
|
|
|
'example-userpass' => [
|
|
'exampleauth:UserPass',
|
|
'test@example.com:password' => [
|
|
'uid' => ['test'],
|
|
'email' => ['test@example.com'],
|
|
'displayName' => ['Test User'],
|
|
],
|
|
],
|
|
];
|