Sitecore
Why admin/b does not work anymore?
Recently I had to install Sitecore 9.2, and before getting thousands of errors by using my Powershell scripts I decided to have a look in the Installation Guide
As you may know, you can provision a Sitecore environment either by sending parameters through a Powershell script or by modifying the JSON files directly and executing the Sitecore Installation Framework.
Starting with Sitecore 9.1 and newer, you will notice that the field SitecoreAdminPassword comes with the DefaultValue as SIF-Default

If you don’t change the SIF-Default parameter nor override it via PowerShell variables, a random password is generated for you

By using the XP0-SingleDeveloper.ps1 script, you have the ability to choose your own Sitecore Admin Password as well as retrieve the random password generated for you because the password is written in the XP0-SingleDeveloper.log

Once your installation finishes, search for Sitecore Admin Password in the XP0-SingleDeveloper.log

There’s no need to panic if you didn’t use XP0-SingleDeveloper.ps1 nor choose to write the PowerShell script response to a log file; you can always rely on SQL Query to reset your password
I hope you found this helpful, and I’ll see you in my next post!