Skip to content

Commit

Permalink
Adding test user for the recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Jan 5, 2024
1 parent 64bb89f commit 6442ab2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ jQuery(($) => {
{
title: 'Site setup',
text: 'To get to this point (a set up site), first you will need to get through the ' +
'<a href="https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Themes/TheBlogTheme/Recipes/blog.recipe.json">' +
'setup screen</a>. Where you can decide which setup recipe you\'d like to use. Currently, ' +
'setup screen. Where you can decide which setup recipe you\'d like to use. Currently, ' +
'we are using the Walkthroughs recipe.',
buttons: [
backButton,
Expand Down Expand Up @@ -239,7 +238,7 @@ jQuery(($) => {
{
title: 'Username',
attachTo: { element: '#UserName', on: 'bottom' },
text: 'Input your username, for test sites the usually used username is <i>"admin"</i>.',
text: 'Input your username, this recipe included a user. The username is <i>"testuser"</i>.',
buttons: [
backButton,
nextButton,
Expand All @@ -255,7 +254,7 @@ jQuery(($) => {
{
title: 'Username',
attachTo: { element: '#Password', on: 'bottom' },
text: 'Input your password, for this test site the password is <i>"Password1!"</i>.',
text: 'Input your password, the password for the test user is <i>"Password1!"</i>.',
buttons: [
backButton,
nextButton,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@
"Article"
]
}
},
{
"name": "Command",
"Commands": [
"createUser /UserName:testuser /Password:Password1! /Email:[email protected] /Roles:Administrator"
]
}
]
}

0 comments on commit 6442ab2

Please sign in to comment.