Commit bf9eeda2 authored by Reza Sahebgharan's avatar Reza Sahebgharan

fix(update marcoadmin user): update marcoadmin user for creation

parent d7cd3c78
Pipeline #1006 passed with stage
in 34 minutes and 33 seconds
...@@ -26,7 +26,15 @@ Meteor.startup(() => { ...@@ -26,7 +26,15 @@ Meteor.startup(() => {
if (marcoUser == undefined || marcoUser == null) if (marcoUser == undefined || marcoUser == null)
Accounts.createUser({ Accounts.createUser({
username: 'marcoadmin', username: 'marcoadmin',
password: 'sysAdmin4.21' password: 'sysAdmin4.21',
profile: {
"language": {
"name": "English",
"alias": "en"
},
"fullName": "marcoadmin",
"picture": "/img/empty.png"
}
}); });
Meteor.users.deny({ update: () => true }); Meteor.users.deny({ update: () => true });
......
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