first commit
This commit is contained in:
35
resources/frontend/etc/demo.credentials.js
Normal file
35
resources/frontend/etc/demo.credentials.js
Normal file
@@ -0,0 +1,35 @@
|
||||
module.exports = {
|
||||
// Set of default login and pass for demo
|
||||
DEMO_CREDENTIALS: [
|
||||
{
|
||||
user: 'Administrator',
|
||||
email: 'admin@cattr.app',
|
||||
password: 'password',
|
||||
},
|
||||
{
|
||||
user: 'Manager',
|
||||
email: 'manager@example.com',
|
||||
password: 'password',
|
||||
},
|
||||
{
|
||||
user: 'Company auditor',
|
||||
email: 'auditor@example.com',
|
||||
password: 'password',
|
||||
},
|
||||
{
|
||||
user: 'Project manager',
|
||||
email: 'projectManager@example.com',
|
||||
password: 'password',
|
||||
},
|
||||
{
|
||||
user: 'Project auditor',
|
||||
email: 'projectAuditor@example.com',
|
||||
password: 'password',
|
||||
},
|
||||
{
|
||||
user: 'User',
|
||||
email: 'user@example.com',
|
||||
password: 'password',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user