skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

fix: remove powershell-variable in password #131

Closed rosenbach closed 6 months ago

rosenbach commented 1 year ago

This PR removes the automatic powershell variable ($$) from the example password.

If you run the line of code from the readme in the windows powershell, you might end up triggering an automatic variable and therefore changing your desired password: image About automatic variables in powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.3

I noticed this because in my case this lead to generating the following Identitydata.json: image