Security-first account

Added security to an application, I'm getting the login screen, the tables were created, but they are all empty, how do you set up a first account so you can login?

Hi @Chad,

You can check this help article which explains more about users and how to add them.

but I can't login because I don't know the credentials.

you can't create an account if you aren't logged in, but I can't login because I don't have any account...

is there a default account or something?

The same article lists the dev acout ASP.NET Core Identity

It is admin / admin for user name and password

1 Like

admin/admin, got it, ty!