aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

admin password #722

Closed eliassal closed 7 years ago

eliassal commented 7 years ago

I managed to have the site up and running with docker. Can you please let me know what is the password for admin user, I saw in the tables a user with the email Administrator@test.com but can noit see what is the password

vladoATL commented 7 years ago

"DefaultAdminUsername": "Administrator@test.com", "DefaultAdminPassword": "YouShouldChangeThisPassword1!",

eliassal commented 7 years ago

Thanks