Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbluemink/Sitecore-Admin-Scripts-for-Development-and-Deploying
Various Scripts for the "sitecore\admin" folder.
https://github.com/jbluemink/Sitecore-Admin-Scripts-for-Development-and-Deploying
Last synced: 3 months ago
JSON representation
Various Scripts for the "sitecore\admin" folder.
- Host: GitHub
- URL: https://github.com/jbluemink/Sitecore-Admin-Scripts-for-Development-and-Deploying
- Owner: jbluemink
- Created: 2015-09-30T07:25:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T09:11:11.000Z (over 2 years ago)
- Last Synced: 2024-03-21T07:00:40.130Z (8 months ago)
- Language: ASP.NET
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Admin Scripts for Development and Deploying - The additional features for `/admin` folder: AddAdminUser, AddEditorUser, ResetAdminPassword, FillDbWithExtranetUser, InstallUpdatePackage, InstallZipPackage, ParameterDrivenPublish and IsPublishTaskRunning. (Maintenance)
README
# Sitecore-Admin-Scripts-for-Development-and-Deploying
Various Scripts for the "sitecore\admin" folder.
## AddAdminUser.aspx
For Sitecore 6, 7, 8. 9 and 10.
Script for programmatically adding a Sitecore admin users, place this script in the webroot instead of the admin folder## AddEditorUser.aspx
Script for programmatically adding a Sitecore editor users## ResetAdminPassword.aspx
For Sitecore 6, 7, 8. 9 and 10.
Script for programmatically unlock and reset the Sitecore admin password, place this script in the webroot instead of the admin folder.
and run /ResetAdminPassword.aspx the user with the name admin will reset to password b or whatever password you entered in the file. Useful if you forgot admin password after installation. (remove this file from the webroot after use!)## FillDbWithExtranetUser.aspx
Script for programmatically adding users to Sitecore, extranet users in bulk. See [Bulk create Sitecore users](http://www.stockpick.nl/english/bulk-create-sitecore-users/)## InstallUpdatePackage.aspx
For Sitecore 6 and 7, not for Sitecore 8+
Script for installing .update packages from TDS or Sitecore .update packages. It is based on the [Sitecore-Deployment-Helpers](https://github.com/adoprog/Sitecore-Deployment-Helpers) but now with support for post steps in the package.## InstallZipPackage.aspx
For Sitecore 6, 7 and 8.
Script for installing normal .zip packages from Sitecore package designer or from modules. It is based on the [Sitecore-Deployment-Helpers](https://github.com/adoprog/Sitecore-Deployment-Helpers) but now with querystring parameter to give the install mode. And extra logging.## ParameterDrivenPublish.aspx and IsPublishTaskRunning.aspx
See [Sitecore Parameter driven publish deployment tool](https://github.com/jbluemink/Sitecore-Parameter-Driven-Publish)