Replies: 2 comments 3 replies
-
I'm interested too... Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use command in recipes EDIT {
"name": "CreateUser",
"displayName": "Create User",
"description": "Creates User",
"author": "Niraj Soni",
"website": "https://www.surevelox.com",
"version": "1.0",
"issetuprecipe": false,
"categories": [ "CommandLine", "CLI" ],
"tags": [ "cli" ],
"steps": [
{
"name" : "Command",
"Commands" : [
"createUser /UserName:testuser /Password:PA$$w0rd /Email:[email protected] /Roles:Editor"
]
}
]
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to create users with command line in orchard core? thanks!
Beta Was this translation helpful? Give feedback.
All reactions