Skip to content

Commit

Permalink
Merged PR 4744: Merge 'develop' to 'main'
Browse files Browse the repository at this point in the history
Merged PR 4736: #5980 Add Demo Team Admin User to Unlock Users

#5980 Add Demo Team Admin User to Unlock Users

Related work items: #5980

Related work items: #5980
  • Loading branch information
Alexander Doroshenko committed Feb 28, 2023
2 parents 20c30ef + a1af44d commit f7703ab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ if (-not $ready) {
# Create custom admin user
.\CreateSitecoreAdminUser.ps1 -SqlServer $SqlServer -SqlAdminUser $SqlAdminUser -SqlAdminPassword $SqlAdminPassword -SitecoreAdminUsername $SitecoreAdminUsername -SitecoreAdminPassword $SitecoreAdminPassword

# Create custom backup admin user
.\CreateSitecoreAdminUser.ps1 -SqlServer $SqlServer -SqlAdminUser $SqlAdminUser -SqlAdminPassword $SqlAdminPassword -SitecoreAdminUsername "sitecore\superadmin" -SitecoreAdminPassword $SitecoreAdminPassword

# Alter demo users, and set new password
.\ResetDemoUsers.ps1 -SqlServer $SqlServer -SqlAdminUser $SqlAdminUser -SqlAdminPassword $SqlAdminPassword -SitecoreUserPassword $SitecoreUserPassword

Expand Down

0 comments on commit f7703ab

Please sign in to comment.