18Oct, 2024
Part of my Sitecore upgrade projects this year is to copy data from the old instance to the new ones. One of those tasks will be to copy Users, and of course, their passwords. You've probably seen Sitecore's ASPX file which allows you to transfer User passwords between Sitecore instances. This is needed since Users that are exported/imported will have their passwords scrambled or set to “b”. The tool only allows for one User to be selected at a time, but this small tweak let's you choose a limitless number of Users at a time.
Read More